/* Atlas de Linho — página vanilla da Sessão Individual: marfim, café, cobre e ritmo editorial assimétrico. */
:root {
  --ivory: #f6efe5;
  --cream: #efe2d2;
  --sand: #dcc4aa;
  --terracotta: #b96f48;
  --copper: #a55b35;
  --brown: #744127;
  --coffee: #402417;
  --ink: #382018;
  --paper-line: rgba(116, 65, 39, 0.22);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background-color: var(--ivory);
  background-image: linear-gradient(90deg, rgba(116,65,39,.022) 1px, transparent 1px), linear-gradient(rgba(116,65,39,.015) 1px, transparent 1px);
  background-size: 89px 89px;
  color: var(--coffee);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -3rem; left: 1rem; z-index: 30; padding: .55rem .8rem; background: var(--coffee); color: var(--ivory); font-size: 14px; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1280px, calc(100% - 72px));
  min-height: 114px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--paper-line);
}
.brand { display: inline-flex; align-items: center; padding: 14px 0; }
.brand img { display: block; width: 188px; height: auto; max-height: 79px; object-fit: contain; }
.header-link { color: var(--brown); font-size: 14px; font-weight: 600; text-decoration: none; letter-spacing: .045em; transition: color 180ms var(--ease-out); }
.header-link span { margin-left: 7px; color: var(--copper); }
.header-link:hover { color: var(--copper); }

.hero { position: relative; padding: 68px 0 0; }
.hero-inner { width: min(1280px, calc(100% - 72px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .98fr) minmax(390px, .76fr); gap: clamp(46px, 8vw, 140px); align-items: center; }
.hero-copy { max-width: 650px; padding: 10px 0 86px; }
.eyebrow { margin: 0 0 18px; display: flex; gap: 10px; align-items: center; color: var(--brown); font-size: 12px; font-weight: 700; line-height: 1.3; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 1px; display: block; flex: none; background: var(--copper); }
h1, h2 { margin: 0; color: var(--coffee); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; letter-spacing: -.03em; line-height: .94; }
h1 { max-width: 660px; font-size: clamp(52px, 5.05vw, 78px); }
h1 em, h2 em { color: var(--copper); font-weight: 500; }
.hero-body { max-width: 560px; margin: 35px 0 34px; color: #5a382a; font-size: 17px; }
.hero-body p { margin: 0; }
.hero-body p + p { margin-top: 13px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 16px 25px 15px 28px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .115em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform 180ms var(--ease-out), background-color 180ms var(--ease-out), color 180ms var(--ease-out), border-color 180ms var(--ease-out); }
.button span { font-size: 18px; font-weight: 400; line-height: 0; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 4px; }
.button-copper { background: var(--copper); color: #fff8ee; }
.button-copper:hover { background: var(--brown); }
.session-meta { margin: 18px 0 0; color: var(--brown); font-size: 13px; font-weight: 500; letter-spacing: .055em; }
.session-meta i, .conversion-meta i { width: 3px; height: 3px; display: inline-block; margin: 0 9px 3px; border-radius: 50%; background: var(--terracotta); }

.portrait-wrap { position: relative; min-height: 650px; padding: 34px 33px 0 0; }
.portrait-frame { position: relative; z-index: 2; width: min(100%, 465px); height: 645px; margin-left: auto; overflow: hidden; background: #b8b1ae; border-radius: 48% 48% 5px 5px / 27% 27% 5px 5px; box-shadow: 19px 23px 0 -11px var(--sand); }
.portrait-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 55% 18%; }
.portrait-halo { position: absolute; z-index: 0; top: 82px; right: -8px; width: 78%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(185,111,72,.22) 0%, rgba(185,111,72,.12) 35%, rgba(185,111,72,0) 71%); filter: blur(9px); }
.portrait-arc { position: absolute; z-index: 1; pointer-events: none; border: 1px solid rgba(165,91,53,.36); border-radius: 50%; }
.arc-one { top: 21px; right: 3px; width: 72%; height: 90%; transform: rotate(18deg); }
.arc-two { bottom: 22px; left: 0; width: 85%; height: 40%; border-color: rgba(116,65,39,.2); transform: rotate(-17deg); }
.portrait-caption { position: absolute; z-index: 4; right: -5px; bottom: -8px; margin: 0; display: flex; align-items: center; gap: 10px; color: var(--brown); font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; font-style: italic; }
.portrait-caption span { width: 37px; height: 1px; display: block; background: var(--copper); }
.hero-rule { width: min(1280px, calc(100% - 72px)); height: 1px; margin: 0 auto; background: var(--paper-line); }

.session-overview { position: relative; width: min(1180px, calc(100% - 72px)); margin: 0 auto; padding: 145px 0 145px 9.4%; display: grid; grid-template-columns: minmax(220px, .72fr) minmax(440px, 1.18fr); gap: clamp(60px, 13vw, 175px); }
.session-overview::after, .included::after, .faq::after { position: absolute; z-index: -1; content: ""; width: 27%; height: calc(100% - 78px); top: 39px; right: -8%; border: 1px solid rgba(116,65,39,.09); border-left: 0; pointer-events: none; }
.session-overview::before, .included::before, .faq::before { position: absolute; content: ""; top: 101px; bottom: 101px; left: 0; width: 1px; background: linear-gradient(var(--copper) 0 19%, rgba(165,91,53,.18) 19% 100%); }
.section-index { color: var(--sand); font-family: "Cormorant Garamond", Georgia, serif; font-size: 104px; font-weight: 500; letter-spacing: -.08em; line-height: .7; }
.session-overview > .section-index { position: absolute; top: 115px; left: -3px; }
.margin-caption { position: absolute; bottom: 78px; left: 14px; margin: 0; display: flex; align-items: center; gap: 9px; color: var(--brown); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.margin-caption span { display: block; width: 1px; height: 33px; background: var(--copper); }
.overview-intro .eyebrow, .included-heading .eyebrow, .faq-heading .eyebrow { margin-top: 42px; }
h2 { font-size: clamp(44px, 4.1vw, 63px); }
.overview-intro h2 { max-width: 350px; }
.overview-content { max-width: 555px; padding-top: 38px; color: #654537; font-size: 16px; }
.overview-content p { margin: 0; }
.overview-content .lead { max-width: 480px; color: var(--coffee); font-size: 20px; line-height: 1.53; }
.overview-content .lead + p { margin-top: 19px; }
.focus-list { margin: 54px 0 0; border-top: 1px solid var(--paper-line); }
.focus-list > div { display: grid; grid-template-columns: minmax(160px, .72fr) 1.2fr; gap: 25px; padding: 19px 0; border-bottom: 1px solid var(--paper-line); }
.focus-list dt { color: var(--brown); font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; font-weight: 600; line-height: 1.15; }
.focus-list dd { margin: 0; color: #68483a; font-size: 14px; line-height: 1.5; }

.connection { position: relative; overflow: hidden; padding: 145px 36px 154px; background: var(--cream); }
.connection-inner { position: relative; z-index: 2; width: min(1050px, 100%); margin: 0 auto; display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: clamp(45px, 9vw, 110px); }
.connection-note { align-self: start; padding-top: 6px; color: var(--sand); text-align: left; }
.connection-note span, .decision-note span, .final-note span { display: block; color: #d99b76; font-family: "Cormorant Garamond", Georgia, serif; font-size: 57px; line-height: .8; }
.connection-note p, .decision-note p, .final-note p { margin: 10px 0 0; font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.55; text-transform: uppercase; }
.connection-note i, .decision-note i { width: 1px; height: 59px; display: block; margin: 16px 0; background: var(--terracotta); }
.connection-body { max-width: 690px; padding-top: 24px; text-align: left; }
.connection .eyebrow { justify-content: flex-start; }
.connection h2 { font-size: clamp(46px, 5vw, 76px); }
.connection-copy { width: min(590px, 100%); margin: 41px 0 0 12%; color: #604133; font-size: 17px; }
.connection-copy p { margin: 0; }
.connection-copy p + p { margin-top: 16px; }
.connection-copy strong { color: var(--brown); font-weight: 700; }
.connection-orbit { position: absolute; z-index: 1; border: 1px solid rgba(165,91,53,.22); border-radius: 50%; pointer-events: none; }
.orbit-left { width: 570px; height: 650px; top: -182px; left: -303px; transform: rotate(20deg); }
.orbit-right { width: 460px; height: 520px; right: -258px; bottom: -238px; transform: rotate(20deg); }

.included { position: relative; width: min(1180px, calc(100% - 72px)); margin: 0 auto; padding: 157px 0 153px 9.4%; display: grid; grid-template-columns: minmax(220px, .75fr) minmax(420px, 1.2fr); gap: clamp(65px, 12vw, 165px); }
.included-heading { position: relative; }
.included-heading .section-index, .faq-heading .section-index { position: absolute; top: -32px; left: -58px; z-index: -1; }
.included-heading h2 { max-width: 325px; }
.included-list { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--paper-line); }
.included-list li { position: relative; min-height: 57px; display: flex; align-items: center; padding: 16px 0 15px 35px; border-bottom: 1px solid var(--paper-line); color: #553729; font-size: 16px; line-height: 1.35; }
.included-list li::before { position: absolute; left: 0; top: 19px; content: ""; width: 15px; height: 8px; border-bottom: 1.5px solid var(--copper); border-left: 1.5px solid var(--copper); transform: rotate(-45deg); }

.conversion { position: relative; overflow: hidden; background: var(--coffee); color: var(--ivory); padding: 140px 36px 137px; }
.conversion::before { position: absolute; content: ""; width: min(1180px, calc(100% - 72px)); height: calc(100% - 78px); top: 39px; left: 50%; border: 1px solid rgba(246,239,229,.11); border-left: 0; border-bottom: 0; transform: translateX(-50%); pointer-events: none; }
.conversion::after { position: absolute; content: ""; width: 39vw; height: 39vw; min-width: 430px; min-height: 430px; right: -24vw; bottom: -21vw; border: 1px solid rgba(223,166,130,.17); border-radius: 50%; pointer-events: none; }
.conversion-inner { position: relative; z-index: 1; width: min(1010px, 100%); margin: 0 auto; display: grid; grid-template-columns: 164px minmax(0, 1fr); gap: clamp(43px, 9vw, 110px); }
.decision-note { padding-top: 11px; color: #d7b69d; text-align: left; }
.conversion-content { max-width: 645px; padding-top: 22px; text-align: left; }
.eyebrow-light { color: var(--sand); }
.eyebrow-light > span { background: var(--terracotta); }
.conversion .eyebrow { justify-content: flex-start; }
.conversion h2 { color: var(--ivory); font-size: clamp(51px, 5.2vw, 79px); }
.conversion h2 em { color: #dfa682; }
.conversion-text { width: min(530px, 100%); margin: 33px 0 0 12%; color: #e2d0bd; font-size: 17px; }
.price { display: flex; flex-direction: column; align-items: flex-start; margin: 41px 0 22px 12%; }
.price span { margin-bottom: 3px; color: #d9b69b; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.price strong { color: #fff7ed; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(62px, 6vw, 91px); font-weight: 600; letter-spacing: -.055em; line-height: .9; }
.conversion-meta { margin: 0 0 29px 12%; color: #d7b69d; font-size: 13px; }
.conversion-meta i { background: var(--terracotta); }
.button-ivory { background: var(--ivory); color: var(--brown); }
.button-ivory:hover { background: #fffaf3; color: var(--coffee); }
.conversion-content .button { margin-left: 12%; }
.post-purchase { max-width: 475px; margin: 22px 0 0 12%; color: #cfb19b; font-size: 14px; line-height: 1.48; }

.faq { position: relative; width: min(1180px, calc(100% - 72px)); margin: 0 auto; padding: 147px 0 140px 9.4%; display: grid; grid-template-columns: minmax(230px, .72fr) minmax(410px, 1.15fr); gap: clamp(65px, 13vw, 180px); }
.faq-heading { position: relative; }
.faq-heading h2 { max-width: 300px; }
.faq-list { margin-top: 41px; }
details { border-top: 1px solid var(--paper-line); }
details:last-child { border-bottom: 1px solid var(--paper-line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 21px 0; color: var(--brown); cursor: pointer; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 600; line-height: 1.15; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { flex: none; color: var(--copper); font-family: "DM Sans", sans-serif; font-size: 27px; font-weight: 400; line-height: 1; transition: transform 180ms var(--ease-out); }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 550px; margin: -2px 0 23px; color: #634437; font-size: 16px; line-height: 1.55; }

.final-cta { position: relative; overflow: hidden; padding: 132px 36px 135px; background: var(--sand); }
.final-cta::after { position: absolute; content: ""; width: 380px; height: 380px; top: -244px; right: -135px; border: 1px solid rgba(116,65,39,.18); border-radius: 50%; pointer-events: none; }
.final-inner { position: relative; z-index: 1; width: min(1010px, 100%); margin: 0 auto; display: grid; grid-template-columns: 164px minmax(0, 1fr); gap: clamp(43px, 9vw, 110px); }
.final-note { padding-top: 24px; color: var(--brown); text-align: left; }
.final-content { max-width: 630px; padding-top: 21px; text-align: left; }
.final-inner .eyebrow { justify-content: flex-start; }
.final-inner h2 { font-size: clamp(46px, 4.8vw, 74px); }
.final-inner .button { margin-top: 38px; }
.final-inner .session-meta { color: var(--brown); text-align: left; }

.site-footer { width: min(1280px, calc(100% - 72px)); min-height: 113px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; color: var(--brown); font-size: 13px; }
.site-footer p { margin: 0; }
.site-footer p strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; font-weight: 600; }
.site-footer nav { display: flex; gap: 21px; }
.site-footer a { text-decoration: none; transition: color 180ms var(--ease-out); }
.site-footer a:hover { color: var(--copper); }
.site-footer > span { text-align: right; }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .site-header, .hero-inner, .hero-rule, .session-overview, .included, .faq, .site-footer { width: min(100% - 48px, 720px); }
  .site-header { min-height: 102px; }
  .brand img { width: 166px; }
  .hero { padding-top: 43px; }
  .hero-inner { grid-template-columns: 1fr 340px; gap: 42px; }
  h1 { font-size: clamp(47px, 6.8vw, 64px); }
  .hero-copy { padding-bottom: 49px; }
  .hero-body { margin-top: 27px; font-size: 16px; }
  .portrait-wrap { min-height: 528px; padding-right: 21px; }
  .portrait-frame { height: 510px; }
  .portrait-caption { right: -4px; }
  .session-overview, .included, .faq { padding-left: 6.2%; grid-template-columns: .66fr 1.1fr; gap: 58px; }
  .session-overview > .section-index { left: -8px; }
  .focus-list > div { grid-template-columns: .82fr 1.2fr; gap: 18px; }
  .connection { padding: 117px 24px 125px; }
  .connection-inner, .conversion-inner, .final-inner { grid-template-columns: 120px minmax(0, 1fr); gap: 46px; }
  .included-heading .section-index, .faq-heading .section-index { left: -44px; }
  .site-footer { grid-template-columns: 1fr auto; padding: 28px 0; }
  .site-footer nav { justify-self: end; }
  .site-footer > span { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-header, .hero-inner, .hero-rule, .session-overview, .included, .faq, .site-footer { width: calc(100% - 40px); }
  .site-header { min-height: 88px; }
  .brand img { width: 145px; max-height: 62px; }
  .header-link { font-size: 12px; }
  .hero { padding-top: 38px; }
  .hero-inner { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
  .hero-copy { max-width: none; padding-bottom: 12px; }
  .eyebrow { margin-bottom: 14px; font-size: 10px; letter-spacing: .15em; }
  .eyebrow > span { width: 18px; }
  h1 { font-size: clamp(42px, 12vw, 57px); line-height: .94; }
  .hero-body { margin: 24px 0 26px; font-size: 16px; line-height: 1.55; }
  .button { width: 100%; min-height: 56px; padding: 15px 19px; font-size: 12px; }
  .session-meta { margin-top: 14px; font-size: 12px; text-align: center; }
  .portrait-wrap { width: min(100%, 400px); min-height: 452px; margin: 21px auto 0; padding: 25px 20px 0 0; }
  .portrait-frame { width: 100%; height: 430px; box-shadow: 12px 16px 0 -8px var(--sand); }
  .portrait-halo { top: 62px; right: -5px; }
  .arc-one { top: 9px; }
  .arc-two { bottom: 10px; }
  .portrait-caption { bottom: -4px; font-size: 18px; }
  .hero-rule { margin-top: 47px; }
  .session-overview, .included, .faq { display: block; padding: 98px 0 93px 31px; }
  .session-overview > .section-index { top: 73px; left: -2px; }
  .section-index { font-size: 75px; }
  .margin-caption { display: none; }
  .overview-intro .eyebrow, .included-heading .eyebrow, .faq-heading .eyebrow { margin-top: 26px; }
  .included-heading .section-index, .faq-heading .section-index { position: static; z-index: auto; margin: 0 0 14px; font-size: 59px; line-height: .65; }
  .included-heading .eyebrow, .faq-heading .eyebrow { margin-top: 0; }
  h2 { font-size: clamp(41px, 11vw, 55px); }
  .overview-intro h2 { max-width: 340px; }
  .overview-content { max-width: none; padding-top: 35px; }
  .overview-content .lead { font-size: 18px; }
  .focus-list { margin-top: 37px; }
  .focus-list > div { display: block; padding: 17px 0; }
  .focus-list dt { margin-bottom: 6px; font-size: 21px; }
  .focus-list dd { font-size: 14px; }
  .connection { padding: 92px 24px 96px; }
  .connection h2 { font-size: clamp(42px, 11vw, 55px); }
  .connection-inner, .conversion-inner, .final-inner { display: block; }
  .connection-note, .decision-note, .final-note { display: none; }
  .connection-body, .conversion-content, .final-content { max-width: none; padding-top: 0; text-align: center; }
  .connection .eyebrow, .conversion .eyebrow, .final-inner .eyebrow { justify-content: center; }
  .connection-copy { margin-top: 31px; font-size: 16px; line-height: 1.56; }
  .connection-copy { margin-right: auto; margin-left: auto; text-align: left; }
  .orbit-left { width: 340px; height: 430px; top: -222px; left: -254px; }
  .orbit-right { width: 270px; height: 300px; right: -165px; bottom: -154px; }
  .included-list { margin-top: 35px; }
  .included-list li { min-height: 61px; padding: 16px 0 16px 31px; font-size: 16px; line-height: 1.4; }
  .included-list li::before { top: 22px; }
  .conversion { padding: 94px 20px 95px; }
  .conversion h2 { font-size: clamp(47px, 12vw, 58px); }
  .conversion-text { margin-top: 30px; font-size: 16px; }
  .conversion-text { margin-right: auto; margin-left: auto; text-align: center; }
  .price { margin: 35px auto 21px; }
  .price { align-items: center; }
  .price strong { font-size: 72px; }
  .conversion-meta { font-size: 12px; line-height: 1.7; }
  .conversion-meta { margin-right: 0; margin-left: 0; }
  .conversion-content .button { margin-left: 0; }
  .post-purchase { margin-top: 19px; font-size: 13px; }
  .post-purchase { margin-right: auto; margin-left: auto; }
  .faq-list { margin-top: 35px; }
  summary { padding: 20px 0; font-size: 22px; }
  details p { font-size: 16px; }
  .final-cta { padding: 91px 20px 94px; }
  .final-inner h2 { font-size: clamp(41px, 11vw, 55px); }
  .final-inner .button { margin-top: 31px; }
  .final-inner .session-meta { text-align: center; }
  .site-footer { display: block; padding: 35px 0 31px; font-size: 12px; }
  .site-footer p { margin-bottom: 21px; }
  .site-footer nav { display: flex; gap: 17px; margin-bottom: 18px; }
  .site-footer > span { display: block; text-align: left; }
}

@media (max-width: 389px) {
  .site-header, .hero-inner, .hero-rule, .session-overview, .included, .faq, .site-footer { width: calc(100% - 32px); }
  .brand img { width: 134px; }
  .header-link { font-size: 11px; }
  h1 { font-size: 41px; }
  .portrait-wrap { min-height: 416px; }
  .portrait-frame { height: 394px; }
  .session-overview, .included, .faq { padding-left: 25px; }
  .section-index { font-size: 65px; }
  .included-heading .section-index, .faq-heading .section-index { font-size: 55px; }
  .connection { padding-right: 17px; padding-left: 17px; }
  .conversion { padding-right: 16px; padding-left: 16px; }
  .price strong { font-size: 66px; }
  .session-meta i, .conversion-meta i { margin-right: 6px; margin-left: 6px; }
}
