/* Yorfolio — styles.css */

/* Inter Self-host (subset by unicode-range) */
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/fonts/inter-latin-ext-400.woff2") format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/fonts/inter-latin-400.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("/assets/fonts/inter-latin-ext-500.woff2") format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("/assets/fonts/inter-latin-500.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/fonts/inter-latin-ext-600.woff2") format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/fonts/inter-latin-600.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url("/assets/fonts/inter-latin-ext-700.woff2") format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url("/assets/fonts/inter-latin-700.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{--c-deep:#0F3B4F;--c-deep-dark:#0A2A38;--c-deep-soft:#1A4E66;--c-accent:#5BA8A8;--c-accent-soft:#9ECCC8;--c-cream:#F4F2EE;--c-cream-deep:#EBE7E0;--c-white:#FFFFFF;--c-ink:#0F3B4F;--c-ink-2:#3D5765;--c-ink-3:#4A6371;--c-line:rgba(15,59,79,0.10);--c-line-strong:rgba(15,59,79,0.18);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--radius-sm:8px;--radius:14px;--radius-lg:22px;--radius-xl:32px;--container:1180px;--gutter:clamp(1.25rem,4vw,2rem);--shadow-sm:0 2px 4px rgba(15,59,79,.04),0 1px 2px rgba(15,59,79,.06);--shadow:0 6px 18px rgba(15,59,79,.08),0 2px 4px rgba(15,59,79,.04);--shadow-lg:0 24px 60px rgba(15,59,79,.18),0 8px 18px rgba(15,59,79,.08)}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--c-ink);background:var(--c-cream);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,svg,picture{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit}
h1,h2,h3,h4{margin:0;line-height:1.15;letter-spacing:-0.01em;font-weight:700}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--c-deep);color:var(--c-cream);padding:.75rem 1rem;border-radius:0 0 var(--radius-sm) 0;z-index:100}
.skip-link:focus{left:0}
:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px;border-radius:4px}
.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(244,242,238,0.85);backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--c-line)}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.site-header__nav{display:flex;align-items:center;gap:clamp(1rem,3vw,2rem)}
.nav-link{font-weight:500;color:var(--c-ink-2);font-size:0.95rem;transition:color .18s ease}
.nav-link:hover{color:var(--c-deep)}
@media (max-width:540px){.nav-link{display:none}}
.logo{display:inline-flex;align-items:center;height:28px}
.logo__wordmark{height:24px;width:auto;display:block}
@media (min-width:720px){.logo{height:32px}.logo__wordmark{height:26px}}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.8rem 1.4rem;border-radius:999px;font-weight:600;font-size:0.95rem;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,background .18s ease,color .18s ease,box-shadow .18s ease;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn--primary{background:var(--c-deep);color:var(--c-cream);box-shadow:var(--shadow-sm)}
.btn--primary:hover{background:var(--c-deep-soft);box-shadow:var(--shadow)}
.btn--ghost{background:transparent;color:var(--c-deep);border-color:var(--c-line-strong)}
.btn--ghost:hover{background:rgba(15,59,79,0.05);border-color:var(--c-deep)}
.btn--large{padding:1rem 1.75rem;font-size:1rem}
.btn--small{padding:.55rem 1rem;font-size:.875rem}
.eyebrow{display:inline-block;font-size:0.78rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:#2A6E6E}
.eyebrow--light{color:var(--c-accent-soft)}
.section-header{text-align:center;max-width:720px;margin:0 auto clamp(2.5rem,5vw,4rem)}
.section-header .eyebrow{margin-bottom:.9rem}
.section-title{font-size:clamp(1.75rem,3vw + 1rem,2.5rem);color:var(--c-deep);margin-bottom:.85rem}
.section-sub{font-size:1.05rem;color:var(--c-ink-2);max-width:560px;margin:0 auto}
.section-header--light .section-title{color:var(--c-cream)}
.section-header--light .section-sub{color:rgba(244,242,238,0.78)}
.hero{position:relative;padding:clamp(3rem,6vw,5rem) 0 clamp(4rem,7vw,6rem);overflow:hidden;background:radial-gradient(ellipse at top right,rgba(91,168,168,0.10),transparent 50%),var(--c-cream)}
.hero__inner{display:grid;grid-template-columns:1fr;gap:clamp(2.5rem,5vw,4rem);align-items:center}
@media (min-width:880px){.hero__inner{grid-template-columns:1.1fr 1fr}}
.hero__text .eyebrow{margin-bottom:1.25rem}
.hero__title{font-size:clamp(2.1rem,2.4vw + 1.4rem,3.6rem);letter-spacing:-0.025em;line-height:1.08;margin-bottom:1.4rem;color:var(--c-deep)}
.hero__title-accent{display:block;color:var(--c-accent)}
.hero__sub{font-size:clamp(1rem,0.4vw + 0.95rem,1.15rem);color:var(--c-ink-2);max-width:540px;margin-bottom:2rem;line-height:1.55}
.hero__cta{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;margin-bottom:1.25rem}
.hero__note{font-size:0.85rem;color:var(--c-ink-3)}
.hero__visual{position:relative;display:flex;justify-content:center}
.hero__phone{position:relative;z-index:2;max-width:320px;width:100%;filter:drop-shadow(0 30px 60px rgba(15,59,79,0.18)) drop-shadow(0 8px 18px rgba(15,59,79,0.10))}
.hero__phone img{width:100%;height:auto}
@media (min-width:880px){.hero__phone{max-width:360px}}
.hero__glow{position:absolute;inset:-10% -20%;background:radial-gradient(ellipse at center,rgba(91,168,168,0.22),transparent 60%);z-index:1;filter:blur(20px);pointer-events:none}
.features{padding:clamp(4rem,7vw,6rem) 0;background:var(--c-cream)}
.feature-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media (min-width:720px){.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;grid-template-areas:"featured featured featured" "second third fourth"}.feature-card--featured{grid-area:featured}.feature-card:nth-child(2){grid-area:second}.feature-card:nth-child(3){grid-area:third}.feature-card:nth-child(4){grid-area:fourth}}
.feature-card{position:relative;background:var(--c-white);border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:clamp(1.5rem,2.5vw,2.25rem);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}
.feature-card:hover{border-color:var(--c-line-strong);transform:translateY(-2px);box-shadow:var(--shadow)}
.feature-card__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,rgba(91,168,168,0.18),rgba(91,168,168,0.06));color:var(--c-accent);margin-bottom:1.25rem}
.feature-icon{width:32px;height:32px}
.feature-card__tag{display:block;font-size:0.72rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:#2A6E6E;margin-bottom:.55rem}
.feature-card__title{font-size:1.3rem;color:var(--c-deep);margin-bottom:.55rem}
.feature-card__text{color:var(--c-ink-2);font-size:0.97rem;line-height:1.55}
.feature-card--featured{background:linear-gradient(180deg,var(--c-white),#FBFAF7);border-color:rgba(91,168,168,0.30);overflow:hidden;padding:clamp(1.75rem,3vw,2.5rem)}
.feature-card--featured .feature-card__icon-wrap{background:linear-gradient(135deg,rgba(91,168,168,0.30),rgba(91,168,168,0.10));margin-bottom:1.25rem}
.feature-card--featured .feature-card__title{font-size:clamp(1.4rem,1.5vw + 1rem,1.85rem);margin-bottom:.75rem}
.feature-card--featured .feature-card__text{font-size:1.02rem;max-width:480px}
.feature-card__body{display:flex;flex-direction:column}
@media (min-width:880px){.feature-card--featured{display:grid;grid-template-columns:1.05fr 0.95fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:center;padding:clamp(2rem,3vw,3rem)}.feature-card--featured .feature-card__body{align-self:center}.feature-card--featured .feature-card__preview{margin-top:0;align-self:center}.feature-card--featured .feature-card__preview img{max-width:240px}}
.feature-card__preview{margin-top:1.5rem;display:flex;justify-content:center;filter:drop-shadow(0 18px 40px rgba(15,59,79,0.12))}
.feature-card__preview img{max-width:240px;width:100%;height:auto}
@media (min-width:880px){.feature-card__preview img{max-width:280px}}
.showcase{background:var(--c-deep);padding:clamp(4rem,7vw,6rem) 0;position:relative;overflow:hidden}
.showcase::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 0%,rgba(91,168,168,0.18),transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(158,204,200,0.10),transparent 50%);pointer-events:none}
.showcase > .container{position:relative;z-index:1}
.showcase-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;justify-items:center}
@media (min-width:720px){.showcase-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}
.showcase-card{margin:0;text-align:center;width:100%;max-width:280px;display:flex;flex-direction:column;align-items:center}
.showcase-card__phone{filter:drop-shadow(0 20px 40px rgba(0,0,0,0.35));margin-bottom:1.5rem;transition:transform .3s ease;width:100%;display:block}
.showcase-card:hover .showcase-card__phone{transform:translateY(-4px)}
.showcase-card__phone img{width:100%;height:auto;aspect-ratio:1118/2361;object-fit:contain;display:block;max-width:100%}
.showcase-card figcaption{display:flex;flex-direction:column;gap:.35rem;width:100%}
.showcase-card figcaption strong{color:var(--c-cream);font-size:1.05rem;font-weight:600}
.showcase-card figcaption span{color:rgba(244,242,238,0.70);font-size:0.92rem}
.cta-final{background:var(--c-cream);padding:clamp(4rem,7vw,6rem) 0;text-align:center}
.cta-final__inner{max-width:640px}
.cta-final__title{font-size:clamp(1.75rem,3vw + 1rem,2.5rem);color:var(--c-deep);margin-bottom:.85rem}
.cta-final__sub{font-size:1.05rem;color:var(--c-ink-2);margin-bottom:2rem}
.cta-final__hint{display:block;margin-top:1rem;color:var(--c-ink-3);font-size:0.85rem}
.site-footer{background:var(--c-deep-dark);color:rgba(244,242,238,0.78);padding:clamp(3rem,5vw,4.5rem) 0 1.75rem;font-size:0.92rem}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(244,242,238,0.10)}
@media (min-width:640px){.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}}
.footer-brand .logo{margin-bottom:.85rem;height:28px}
.footer-brand .logo__wordmark{height:22px}
.footer-brand__text{color:rgba(244,242,238,0.62);max-width:320px;line-height:1.55;font-size:0.92rem}
.site-footer h3{font-size:0.78rem;color:var(--c-cream);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:1rem}
.site-footer nav ul{display:flex;flex-direction:column;gap:.65rem}
.site-footer nav a{color:rgba(244,242,238,0.72);transition:color .18s ease}
.site-footer nav a:hover{color:var(--c-cream)}
.footer-bottom{padding-top:1.75rem;display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;justify-content:center;font-size:0.85rem;color:rgba(244,242,238,0.72)}
.footer-bottom__sep{color:rgba(244,242,238,0.50)}
.legal{padding:clamp(3rem,6vw,5rem) 0 clamp(4rem,7vw,6rem);background:var(--c-cream)}
.legal__inner{max-width:760px;margin:0 auto}
.legal__header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--c-line)}
.legal__header .eyebrow{margin-bottom:1rem}
.legal__header h1{font-size:clamp(1.85rem,2.5vw + 1rem,2.75rem);color:var(--c-deep);margin-bottom:.75rem}
.legal__meta{font-size:0.9rem;color:var(--c-ink-3)}
.legal__lead{font-size:1.1rem;color:var(--c-ink-2);line-height:1.6;margin-bottom:1.5rem}
.legal__placeholder{background:rgba(91,168,168,0.10);border-left:3px solid var(--c-accent);padding:1rem 1.25rem;border-radius:var(--radius-sm);color:var(--c-ink-2);font-size:0.95rem;margin-bottom:2.5rem}
.legal__content h2{font-size:1.35rem;color:var(--c-deep);margin-top:2.25rem;margin-bottom:1rem}
.legal__content h3{font-size:1.1rem;color:var(--c-deep);margin-top:1.5rem;margin-bottom:.65rem}
.legal__content ol,.legal__content ul{padding-left:1.5rem;color:var(--c-ink-2);line-height:1.75}
.legal__content ol li,.legal__content ul li{margin-bottom:.35rem}
.legal__content ol{list-style:decimal}
.legal__content ul{list-style:disc}
.legal__content p{color:var(--c-ink-2);line-height:1.7;margin-bottom:1rem}
.legal__content a{color:#2A6E6E;text-decoration:underline;text-underline-offset:3px;transition:color .18s ease}
.legal__content a:hover{color:var(--c-deep)}
.legal__content strong{color:var(--c-deep)}
.legal__content blockquote{border-left:3px solid var(--c-accent);padding:.25rem 0 .25rem 1.25rem;margin:1rem 0;color:var(--c-ink-2);font-style:normal;background:rgba(91,168,168,0.06);border-radius:0 var(--radius-sm) var(--radius-sm) 0}
.contact{padding:clamp(3rem,6vw,5rem) 0 clamp(4rem,7vw,6rem);background:var(--c-cream)}
.contact__inner{max-width:720px;margin:0 auto}
.contact__header{text-align:center;margin-bottom:3rem}
.contact__header .eyebrow{margin-bottom:1rem}
.contact__header h1{font-size:clamp(2rem,3vw + 1rem,3rem);color:var(--c-deep);margin-bottom:1rem}
.contact__sub{font-size:1.05rem;color:var(--c-ink-2);max-width:520px;margin:0 auto;line-height:1.6}
.contact__card{background:var(--c-white);border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:clamp(2rem,4vw,3rem);text-align:center;margin-bottom:2.5rem;box-shadow:var(--shadow-sm)}
.contact__icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,rgba(91,168,168,0.20),rgba(91,168,168,0.06));color:var(--c-accent);margin-bottom:1.5rem}
.contact__label{display:block;font-size:0.78rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:#2A6E6E;margin-bottom:.75rem}
.contact__email{display:inline-block;font-size:clamp(1.15rem,1.5vw + 0.5rem,1.45rem);font-weight:600;color:var(--c-deep);margin-bottom:1rem;text-decoration:underline;text-underline-offset:4px;text-decoration-color:rgba(91,168,168,0.40);transition:text-decoration-color .18s ease}
.contact__email:hover{text-decoration-color:var(--c-accent)}
.contact__hint{font-size:0.92rem;color:var(--c-ink-3)}
.contact__social{text-align:center;padding-top:2rem;border-top:1px solid var(--c-line)}
.contact__social h2{font-size:1.05rem;color:var(--c-ink-2);font-weight:500;margin-bottom:1.25rem}
.contact__social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem}
.contact__social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.25rem;background:var(--c-white);border:1px solid var(--c-line-strong);border-radius:999px;color:var(--c-ink-2);font-weight:500;font-size:0.95rem;transition:color .18s ease,border-color .18s ease,transform .18s ease}
.contact__social-link:hover{color:var(--c-deep);border-color:var(--c-deep);transform:translateY(-1px)}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}}
