
:root{
  --ink:#13221f;
  --green:#1f4a3f;
  --green2:#2f6b5b;
  --cream:#f7f2e8;
  --paper:#fffdf8;
  --gold:#d7a85f;
  --muted:#6e7772;
  --line:#e8e2d6;
  --white:#fff;
  --shadow:0 18px 50px rgba(19,34,31,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(255,253,248,.9);
  border-bottom:1px solid rgba(232,226,214,.85);
}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-size:20px}
.brand-mark{
  width:38px;height:38px;border-radius:12px;
  background:var(--green);color:white;display:grid;place-items:center;
  font-family:"Playfair Display",serif;font-size:24px;
}
.brand-text strong{color:var(--green2)}
.nav-links{display:flex;gap:28px;align-items:center;font-weight:600;font-size:14px}
.nav-links a:hover{color:var(--green2)}
.nav-cta{background:var(--green);color:white!important;padding:11px 18px;border-radius:999px}
.menu-toggle{display:none;border:0;background:none;font-size:24px}
.hero{
  min-height:730px;display:flex;align-items:center;position:relative;overflow:hidden;
  background:linear-gradient(135deg,#fbf8f1 0%,#f5efe3 55%,#eef4ef 100%);
}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center;padding:70px 0}
.eyebrow{font-size:13px;letter-spacing:.18em;font-weight:800;color:var(--green2);margin-bottom:15px}
h1,h2{font-family:"Playfair Display",serif;line-height:1.08;margin:0 0 20px}
h1{font-size:clamp(48px,6vw,78px);max-width:790px}
h2{font-size:clamp(36px,4vw,54px)}
h3{line-height:1.25}
.hero-lead{font-size:20px;max-width:650px;color:#53615d}
.hero-actions{display:flex;gap:14px;margin:32px 0 28px}
.btn{
  display:inline-flex;justify-content:center;align-items:center;
  padding:14px 22px;border-radius:999px;font-weight:800;
  border:1px solid transparent;cursor:pointer;font:inherit;
  transition:.2s transform,.2s box-shadow;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(19,34,31,.12)}
.btn-primary{background:var(--green);color:white}
.btn-secondary{border-color:#bdc8c2;background:rgba(255,255,255,.7)}
.btn-light{background:white;color:var(--green)}
.full{width:100%;border-radius:12px}
.trust-row{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;color:var(--muted);font-weight:700}
.hero-glow{position:absolute;border-radius:50%;filter:blur(8px);opacity:.55}
.glow-one{width:420px;height:420px;background:#d8e7dc;right:-120px;top:20px}
.glow-two{width:320px;height:320px;background:#f1dcb7;left:-180px;bottom:-60px}
.memory-card{
  position:relative;z-index:2;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);
  border-radius:28px;padding:42px;box-shadow:var(--shadow);min-height:470px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.tape-stack{width:220px;height:150px;position:relative;margin-bottom:25px}
.tape{position:absolute;width:210px;height:128px;border-radius:12px;background:#242827;border:3px solid #111}
.tape-back{transform:rotate(-8deg);top:3px;left:-12px;background:#444}
.tape-mid{transform:rotate(6deg);top:9px;left:16px;background:#79716a}
.tape-front{top:16px;left:5px;padding:15px}
.tape-label{
  background:#f2e7ce;border-radius:5px;text-align:center;padding:6px 12px;
  width:115px;margin:auto;font-size:11px;letter-spacing:.08em;
}
.reels{display:flex;justify-content:center;gap:45px;margin-top:12px}
.reels i{width:29px;height:29px;border:7px dotted #bdbdb6;border-radius:50%;display:block}
.conversion-line{display:flex;gap:8px;margin:3px 0 23px}
.conversion-line .dot{width:6px;height:6px;background:var(--gold);border-radius:50%}
.digital-frame{
  width:250px;height:152px;background:#bfd4cb;border:10px solid #202b28;border-radius:12px;
  position:relative;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.12)
}
.sun{width:38px;height:38px;border-radius:50%;background:#f7d792;position:absolute;right:28px;top:21px}
.mountain{position:absolute;bottom:-20px;width:180px;height:130px;background:#466f61;transform:rotate(45deg)}
.m1{left:-45px}.m2{right:-75px;background:#6d8d7f}
.play{
  width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.9);
  display:grid;place-items:center;position:absolute;inset:0;margin:auto;color:var(--green);
}
.memory-card p{font-weight:700;margin:22px 0 0;color:#586560}
.memory-strip{background:var(--green);color:white}
.strip-grid{display:grid;grid-template-columns:repeat(5,1fr);padding:25px 0}
.strip-grid div{text-align:center;border-right:1px solid rgba(255,255,255,.16)}
.strip-grid div:last-child{border:0}
.strip-grid strong,.strip-grid span{display:block}
.strip-grid strong{font-size:13px;letter-spacing:.12em}.strip-grid span{font-size:12px;color:#cbd9d4}
.section{padding:105px 0}
.section-heading{max-width:720px;margin:0 auto 48px;text-align:center}
.section-heading p{font-size:18px;color:var(--muted)}
.section-heading.left{text-align:left;margin:0}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{
  border:1px solid var(--line);border-radius:20px;padding:28px;background:white;
  box-shadow:0 8px 26px rgba(19,34,31,.05);transition:.25s;
}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.icon{font-size:28px;width:52px;height:52px;border-radius:14px;background:#edf4ef;display:grid;place-items:center;color:var(--green)}
.service-card h3{font-size:20px;margin:20px 0 10px}
.service-card p{color:var(--muted);font-size:15px}
.card-link{font-weight:800;color:var(--green2);font-size:14px}
.process-section{background:var(--ink);color:white}
.section-heading.light .eyebrow{color:#e4bb7b}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{padding:26px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.04)}
.step span{font-family:"Playfair Display",serif;color:#e4bb7b;font-size:34px}
.step h3{margin:14px 0 8px}.step p{color:#c7d2ce;font-size:14px}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.why-visual{position:relative;min-height:530px;background:#e7efe9;border-radius:30px}
.photo{
  position:absolute;background:white;padding:14px 14px 38px;width:270px;
  box-shadow:0 16px 35px rgba(19,34,31,.18);text-align:center;
  font-family:"Playfair Display",serif;font-weight:700
}
.polaroid-one{left:60px;top:65px;transform:rotate(-7deg)}
.polaroid-two{right:45px;bottom:55px;transform:rotate(8deg)}
.photo-art{height:245px;background:#b9cec4;position:relative;overflow:hidden;margin-bottom:10px}
.art-one:before,.art-two:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:#ead7ae;right:-50px;top:-40px}
.art-one:after{content:"";position:absolute;width:230px;height:180px;background:#557a6d;transform:rotate(30deg);left:-45px;bottom:-100px}
.art-two{background:#cdb68e}.art-two:after{content:"▶";position:absolute;inset:0;margin:auto;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:var(--green);font-family:sans-serif}
.why-copy p{font-size:19px;color:var(--muted)}
.feature-list{list-style:none;padding:0;margin:28px 0 0}
.feature-list li{padding:17px 0;border-top:1px solid var(--line)}
.quote-band{background:linear-gradient(135deg,var(--green),#17382f);color:white;padding:72px 0}
.quote-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
blockquote{font-family:"Playfair Display",serif;font-size:clamp(28px,4vw,46px);line-height:1.2;margin:0;max-width:800px}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}
details{border-bottom:1px solid var(--line);padding:18px 0}
summary{cursor:pointer;font-weight:800;font-size:18px}
details p{color:var(--muted);margin-bottom:5px}
.contact-section{background:var(--cream)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.contact-grid>div>p{font-size:19px;color:var(--muted);max-width:560px}
.contact-points{display:flex;flex-direction:column;gap:10px;margin-top:30px;font-weight:700}
.contact-form{background:white;padding:30px;border-radius:22px;box-shadow:var(--shadow)}
.contact-form label{display:block;font-weight:700;font-size:14px;margin-bottom:16px}
input,select,textarea{
  width:100%;margin-top:7px;padding:13px 14px;border:1px solid #d8d4ca;border-radius:10px;
  font:inherit;background:#fff;color:var(--ink)
}
textarea{resize:vertical}
.form-note{font-size:11px!important;margin:10px 0 0!important;color:#8b918e!important;text-align:center}
footer{background:#0d1815;color:#d8e1de;padding:55px 0}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:40px;align-items:end}
.footer-brand{color:white}.footer-links{display:flex;flex-direction:column;gap:9px}.copyright{text-align:right;color:#81918b;font-size:13px}
@media(max-width:900px){
  .nav-links{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:24px 20px;flex-direction:column;border-bottom:1px solid var(--line)}
  .nav-links.open{display:flex}.menu-toggle{display:block}
  .hero-grid,.why-grid,.faq-grid,.contact-grid{grid-template-columns:1fr}
  .hero{min-height:auto}.hero-grid{gap:38px;padding:60px 0}
  .cards,.steps{grid-template-columns:1fr 1fr}
  .strip-grid{grid-template-columns:repeat(2,1fr);gap:22px}.strip-grid div{border:0}
  .why-grid{gap:45px}.faq-grid{gap:30px}
  .quote-inner{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}.copyright{text-align:left}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1160px)}
  h1{font-size:45px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .cards,.steps{grid-template-columns:1fr}
  .memory-card{padding:26px}
  .why-visual{min-height:430px}
  .photo{width:220px}.photo-art{height:195px}
  .polaroid-one{left:20px;top:40px}.polaroid-two{right:18px;bottom:35px}
  .section{padding:78px 0}
}


.logo-brand{display:flex;align-items:center}
.site-logo{
  display:block;
  width:250px;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}
.footer-logo{
  width:230px;
  max-height:70px;
  background:white;
  border-radius:10px;
  padding:6px 10px;
}
.pricing-section{
  background:linear-gradient(180deg,#fbf8f1 0%,#f5efe3 100%);
}
.pricing-grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:80px;
  align-items:center;
}
.pricing-card{
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:34px;
  box-shadow:var(--shadow);
}
.pricing-icon{
  width:58px;
  height:58px;
  border-radius:16px;
  background:#edf4ef;
  color:var(--green);
  display:grid;
  place-items:center;
  font-size:28px;
}
.pricing-card h3{font-size:26px;margin:18px 0 10px}
.pricing-card p{color:var(--muted)}
.pricing-card ul{padding-left:20px;margin:22px 0 28px}
.pricing-card li{margin:8px 0}
@media(max-width:900px){
  .pricing-grid{grid-template-columns:1fr;gap:35px}
  .site-logo{width:210px}
}
@media(max-width:600px){
  .site-logo{width:175px;max-height:50px}
  .nav-wrap{height:72px}
  .nav-links{top:72px}
}


.six-cards{
  grid-template-columns:repeat(3,1fr);
}
.examples-section{
  background:#fffdf8;
}
.example-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.example-card{
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px;
  background:linear-gradient(180deg,#ffffff 0%,#fbf8f1 100%);
}
.example-number{
  font-family:"Playfair Display",serif;
  font-size:42px;
  color:var(--gold);
  line-height:1;
  margin-bottom:18px;
}
.example-card h3{
  margin:0 0 10px;
  font-size:22px;
}
.example-card p{
  color:var(--muted);
  margin-bottom:0;
}
@media(max-width:900px){
  .six-cards,.example-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .six-cards,.example-grid{grid-template-columns:1fr}
}


.journey-card{padding:34px;gap:20px}
.journey-title{
  font-family:"Playfair Display",serif;
  font-size:25px;
  text-align:center;
  max-width:420px;
  margin-bottom:8px;
}
.journey-row{
  width:100%;
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  align-items:center;
  gap:10px;
}
.journey-item{text-align:center}
.journey-item>span{display:block;font-size:12px;font-weight:800;color:var(--muted);margin-top:9px}
.journey-arrow{font-size:25px;color:var(--gold);font-weight:800}
.mini-vhs{
  width:105px;height:67px;background:#262b29;border:2px solid #111;
  border-radius:8px;margin:auto;padding:7px;
}
.mini-label{
  width:61px;margin:auto;background:#efe4c9;border-radius:3px;
  font-size:7px;line-height:1.1;padding:3px;text-align:center;
}
.mini-reels{display:flex;justify-content:center;gap:20px;margin-top:7px}
.mini-reels i{display:block;width:13px;height:13px;border:3px dotted #c8c8c1;border-radius:50%}
.digitize-box,.ai-box{
  width:82px;height:68px;border-radius:13px;margin:auto;
  display:grid;place-items:center;background:#edf4ef;color:var(--green);
  border:1px solid #dbe7df;font-size:11px;font-weight:900;letter-spacing:.08em;
}
.ai-box{background:linear-gradient(135deg,#e8eefc,#f0e6fa);color:#394b89;font-size:22px;line-height:.8}
.ai-box small{font-size:8px;letter-spacing:.18em}
.journey-output{
  width:100%;display:flex;align-items:center;gap:18px;
  background:#f5f1e8;border-radius:16px;padding:15px;
}
.output-screen{
  flex:0 0 145px;height:92px;background:#bdd1c8;border:7px solid #23302c;
  border-radius:9px;position:relative;overflow:hidden;
}
.screen-sun{position:absolute;width:23px;height:23px;border-radius:50%;background:#f1d69b;right:18px;top:13px}
.screen-hill{position:absolute;width:110px;height:85px;transform:rotate(42deg);bottom:-54px;background:#557b6d}
.hill-a{left:-12px}.hill-b{right:-45px;background:#789588}
.screen-play{
  position:absolute;inset:0;margin:auto;width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--green);font-size:12px;
}
.output-copy{display:flex;flex-direction:column}
.output-copy strong{font-family:"Playfair Display",serif;font-size:18px}
.output-copy span{font-size:12px;color:var(--muted);margin-top:4px}
.journey-tags{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.journey-tags span{
  background:#edf4ef;color:var(--green);padding:6px 9px;border-radius:999px;
  font-size:10px;font-weight:800;
}

.legacy-section{
  background:linear-gradient(135deg,#10211c 0%,#1f4a3f 100%);
  color:white;
}
.legacy-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:80px;
  align-items:center;
}
.legacy-copy .eyebrow{color:#e4bb7b}
.legacy-copy h2{max-width:680px}
.legacy-lead{font-size:19px;color:#d3dfda;max-width:650px}
.legacy-features{margin:30px 0 32px}
.legacy-features>div{
  display:grid;grid-template-columns:180px 1fr;gap:20px;
  border-top:1px solid rgba(255,255,255,.14);padding:18px 0;
}
.legacy-features strong{color:white}
.legacy-features span{color:#c7d4cf}
.legacy-visual{display:flex;justify-content:center}
.legacy-film{
  width:min(390px,100%);background:#f6f0e4;color:var(--ink);
  padding:24px;border-radius:8px;box-shadow:0 25px 60px rgba(0,0,0,.28);
  transform:rotate(2deg);
}
.film-top{
  font-family:"Playfair Display",serif;text-align:center;font-size:24px;
  letter-spacing:.06em;border-bottom:1px solid #d9cfbd;padding-bottom:15px;margin-bottom:16px;
}
.film-frame{
  height:92px;border-radius:6px;margin:10px 0;position:relative;overflow:hidden;
  display:flex;align-items:flex-end;padding:12px;color:white;font-weight:800;
}
.frame-one{background:linear-gradient(135deg,#6c8c7f,#d7b97d)}
.frame-two{background:linear-gradient(135deg,#9e7f65,#4e6b68)}
.frame-three{background:linear-gradient(135deg,#586a8f,#c08b73)}
.film-frame:before{
  content:"";position:absolute;width:120px;height:120px;border-radius:50%;
  background:rgba(255,255,255,.16);right:-30px;top:-45px;
}
.film-footer{text-align:center;font-family:"Playfair Display",serif;font-size:15px;margin-top:16px}
.legacy-service{border-color:#dbc9a8;background:linear-gradient(180deg,#fffdf8,#fbf1df)}

.example-grid{grid-template-columns:repeat(4,1fr)}

@media(max-width:1050px){
  .journey-row{grid-template-columns:1fr auto 1fr auto 1fr}
  .example-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .legacy-grid{grid-template-columns:1fr;gap:45px}
}
@media(max-width:600px){
  .journey-card{padding:22px}
  .journey-row{grid-template-columns:1fr;gap:6px}
  .journey-arrow{transform:rotate(90deg)}
  .journey-output{flex-direction:column;text-align:center}
  .legacy-features>div{grid-template-columns:1fr;gap:5px}
  .example-grid{grid-template-columns:1fr}
}


.stories-section{
  background:#f7f2e8;
  position:relative;
  overflow:hidden;
}
.stories-section:before{
  content:"";
  position:absolute;
  width:360px;height:360px;border-radius:50%;
  background:rgba(47,107,91,.06);
  top:-180px;right:-80px;
}
.story-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  position:relative;
  z-index:1;
}
.story-card{
  background:#fff;
  border:1px solid #e5dece;
  border-radius:22px;
  padding:32px;
  min-height:300px;
  display:flex;
  flex-direction:column;
  box-shadow:0 12px 35px rgba(19,34,31,.06);
}
.story-card.featured-story{
  background:linear-gradient(145deg,#17382f,#285849);
  color:white;
  border-color:transparent;
}
.quote-mark{
  font-family:"Playfair Display",serif;
  font-size:68px;
  line-height:.7;
  color:var(--gold);
  margin-bottom:22px;
}
.story-card blockquote{
  font-family:"Playfair Display",serif;
  font-size:25px;
  line-height:1.35;
  margin:0 0 24px;
  color:inherit;
}
.story-context{
  margin:auto 0 0;
  padding-top:20px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:13px;
}
.featured-story .story-context{
  color:#cbd8d3;
  border-color:rgba(255,255,255,.16);
}
.stories-message{
  max-width:880px;
  margin:55px auto 0;
  display:grid;
  grid-template-columns:70px 1fr 70px;
  align-items:center;
  gap:20px;
  text-align:center;
}
.stories-message p{
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:20px;
  line-height:1.5;
}
.stories-line{height:1px;background:#cfb987}
@media(max-width:900px){
  .story-grid{grid-template-columns:1fr}
  .story-card{min-height:auto}
}
@media(max-width:600px){
  .stories-message{grid-template-columns:1fr}
  .stories-line{display:none}
}


/* Launch polish */
.site-header .site-logo{
  width:300px;
  max-height:72px;
}
.nav-wrap{height:92px}
.hero-accent{color:var(--green2)}
.stories-section .section-heading{max-width:830px}
.stories-section .section-heading p{max-width:790px;margin-left:auto;margin-right:auto}
.legacy-copy h2{font-size:clamp(38px,4vw,58px)}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.optional{font-weight:500;color:var(--muted);font-size:12px}
.thanks-page{
  min-height:100vh;
  background:linear-gradient(135deg,#fbf8f1,#eef4ef);
}
.thanks-wrap{
  min-height:100vh;
  width:min(760px,calc(100% - 32px));
  margin:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:28px;
}
.thanks-logo{width:min(360px,80%);height:auto}
.thanks-card{
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  padding:48px;
  box-shadow:var(--shadow);
  text-align:center;
}
.thanks-card h1{font-size:clamp(38px,6vw,60px)}
.thanks-card p{font-size:18px;color:var(--muted);margin:0 auto 28px;max-width:590px}
@media(max-width:1050px){
  .site-header .site-logo{width:235px}
  .nav-links{gap:17px;font-size:13px}
}
@media(max-width:900px){
  .nav-wrap{height:82px}
  .site-header .site-logo{width:245px}
  .nav-links{top:82px}
}
@media(max-width:600px){
  .site-header .site-logo{width:205px}
  .form-row{grid-template-columns:1fr}
  .thanks-card{padding:32px 22px}
}


/* V6.3 simplified navigation */
.site-header .site-logo{
  width:255px;
  max-height:68px;
}
.nav-wrap{
  height:86px;
  gap:34px;
}
.nav-links{
  gap:30px;
  margin-left:auto;
  white-space:nowrap;
  font-size:14px;
}
.nav-links a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
}
.nav-cta{
  padding:12px 21px;
}
@media(max-width:1100px){
  .site-header .site-logo{width:220px}
  .nav-links{gap:20px;font-size:13px}
}
@media(max-width:900px){
  .nav-wrap{height:78px}
  .site-header .site-logo{width:210px}
  .nav-links{
    top:78px;
    white-space:normal;
    margin-left:0;
    gap:10px;
  }
  .nav-links a{
    width:100%;
    justify-content:center;
  }
}


/* V6.4 text-based brand lockup */
.wordmark-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:1px;
  line-height:1;
}
.wordmark-main{
  font-family:"DM Sans",sans-serif;
  font-size:26px;
  letter-spacing:.045em;
  font-weight:800;
  color:var(--ink);
}
.wordmark-main strong{
  color:var(--green2);
  font-weight:800;
}
.wordmark-tagline{
  margin-top:6px;
  font-family:"Playfair Display",serif;
  font-style:italic;
  font-size:14px;
  letter-spacing:.015em;
  color:#6f7773;
}
.footer-wordmark .wordmark-main{color:white}
.footer-wordmark .wordmark-main strong{color:#e4bb7b}
.footer-wordmark .wordmark-tagline{color:#aebdb7}
@media(max-width:1100px){
  .wordmark-main{font-size:23px}
  .wordmark-tagline{font-size:13px}
}
@media(max-width:600px){
  .wordmark-main{font-size:20px}
  .wordmark-tagline{font-size:11px}
}

/* V6.5 final header refinement */
.wordmark-main{
  font-size:29px;
  letter-spacing:.05em;
}
.wordmark-tagline{
  font-size:15px;
  color:#59635f;
  margin-top:7px;
}
@media(max-width:1100px){
  .wordmark-main{font-size:25px}
  .wordmark-tagline{font-size:13px}
}
@media(max-width:600px){
  .wordmark-main{font-size:21px}
  .wordmark-tagline{font-size:11px}
}

/* V6.6 — iPhone/mobile polish. Desktop remains unchanged. */
@media (max-width: 600px) {
  /* Header */
  .nav-wrap {
    min-height: 78px;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wordmark-main { font-size: 21px; }
  .wordmark-tagline {
    font-size: 11px;
    margin-top: 5px;
  }

  /* Compact open mobile navigation */
  .nav-links {
    top: 78px;
    padding: 14px 18px 18px;
    gap: 2px;
  }
  .nav-links a {
    min-height: 42px;
    padding: 8px 12px;
    font-size: 15px;
  }
  .nav-links .nav-cta {
    margin-top: 8px;
    min-height: 48px;
  }

  /* Hero: show more useful content above the fold */
  .hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .hero h1 {
    font-size: clamp(48px, 13vw, 60px);
    line-height: .98;
    letter-spacing: -.035em;
    margin-bottom: 24px;
  }
  .hero-copy p,
  .hero p {
    font-size: 19px;
    line-height: 1.55;
    margin-bottom: 26px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .btn {
    min-height: 54px;
    padding: 14px 18px;
  }
  .hero-actions .btn-secondary {
    min-height: 48px;
  }

  /* General mobile rhythm */
  section {
    scroll-margin-top: 86px;
  }
  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .section-title,
  .contact-copy h2 {
    line-height: 1.02;
  }

  /* Quote area */
  .contact-section {
    padding-top: 58px;
  }
  .contact-copy p {
    font-size: 18px;
    line-height: 1.55;
  }
  .contact-points {
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 34px;
  }
  .contact-form {
    padding: 28px 20px;
    border-radius: 24px;
  }
  .contact-form label {
    font-size: 16px;
  }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px; /* prevents iOS input zoom */
    min-height: 52px;
  }

  /* Cards/media should never squeeze horizontally */
  .hero-card,
  .service-card,
  .story-card,
  .example-card,
  .legacy-card {
    max-width: 100%;
  }
}

/* V6.7 — remove green hero hue on mobile; keep brand green for text/buttons */
@media (max-width: 600px) {
  .hero {
    background: #fbf8f1;
  }
  .hero-glow {
    display: none;
  }
}

/* V6.8 — mobile menu + hero spacing cleanup */
@media (max-width: 600px) {
  /* Keep the header compact and let the menu float cleanly below it */
  .site-header {
    overflow: visible;
  }

  .nav-wrap {
    position: relative;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    width: auto;
    padding: 10px 12px 12px;
    gap: 0;
    background: rgba(255,253,248,.985);
    border: 1px solid var(--line);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 18px 35px rgba(19,34,31,.14);
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }

  .nav-links a {
    min-height: 38px;
    padding: 7px 12px;
    font-size: 15px;
    border-bottom: 1px solid rgba(232,226,214,.72);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-links .nav-cta {
    margin-top: 8px;
    min-height: 46px;
    border-radius: 999px;
    border-bottom: 0;
  }

  /* Pull the hero content upward on phones */
  .hero {
    padding-top: 0;
  }

  .hero-grid {
    padding-top: 34px;
    padding-bottom: 48px;
  }

  .hero h1 {
    margin-top: 0;
  }
}

/* V6.9 — final compact floating mobile menu */
@media (max-width: 600px) {
  .site-header {
    position: relative;
    z-index: 1000;
    overflow: visible;
  }

  .nav-wrap {
    position: relative;
    z-index: 1001;
  }

  .nav-links {
    position: absolute;
    z-index: 2000;
    top: calc(100% + 8px);
    left: 28px;
    right: 28px;
    width: auto;
    padding: 8px 12px 12px;
    gap: 0;
    background: #fffdf8;
    border: 1px solid rgba(220,214,201,.95);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(19,34,31,.18);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .nav-links a {
    min-height: 34px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(232,226,214,.8);
  }

  .nav-links .nav-cta {
    min-height: 42px;
    margin-top: 8px;
    padding: 9px 14px;
    font-size: 15px;
    border-bottom: 0;
  }

  /* Keep the page exactly where it is when the menu opens */
  body.menu-open,
  body:has(.nav-links.open) {
    overflow-x: hidden;
  }
}

/* V7.0 — remove desktop-style highlight/process graphic on phones only */
@media (max-width: 600px) {
  .hero-visual,
  .hero-card {
    display: none !important;
  }

  /* With the graphic gone, keep the hero compact and intentional */
  .hero-grid {
    grid-template-columns: 1fr !important;
    padding-bottom: 44px;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
  }
}

/* V7.1 — correct mobile hide for the actual hero journey graphic */
@media (max-width: 600px) {
  .memory-card.journey-card {
    display: none !important;
  }

  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
  }
}
