/* 2026-09-08 V7 local draft: mobile portrait spacing + centered confirmation. */
@import url('./fonts/jeff-editorial.css');
.jeff-line-start,.jeff-line-entry{
 --jeff-navy:#182b3b;--jeff-gold:#b9a17b;--jeff-paper:#f6f5f1;--jeff-card:#fffefa;--jeff-muted:#505c64;--jeff-line:#d8dcd9;
 --jeff-display-serif:'Jeff Editorial TC','Noto Serif TC','Songti TC','PMingLiU',serif;
 --jeff-text-serif:'Jeff Editorial TC','Noto Serif TC','Songti TC','PMingLiU',serif;
 box-sizing:border-box;color:var(--jeff-navy);background:var(--jeff-paper);font:500 1rem/1.8 var(--jeff-text-serif);text-align:left;overflow-wrap:anywhere;-webkit-text-size-adjust:100%;
}
.jeff-line-start *,.jeff-line-start *::before,.jeff-line-start *::after,.jeff-line-entry *,.jeff-line-entry *::before,.jeff-line-entry *::after{box-sizing:border-box}
.jeff-line-start[data-jeff-line-start] :is(p,a,strong,span,h1,h2),.jeff-line-entry[data-jeff-line-entry] :is(p,a,strong,span,h1,h2,button){font-family:var(--jeff-text-serif)}
.jeff-line-start [hidden],.jeff-line-entry [hidden]{display:none!important}
.jeff-line-start a,.jeff-line-entry a,.jeff-line-entry button{touch-action:manipulation}
.jeff-line-start a:focus-visible,.jeff-line-entry a:focus-visible,.jeff-line-entry button:focus-visible{outline:3px solid #847048;outline-offset:4px}
.jeff-line-start{padding:32px 24px max(36px,env(safe-area-inset-bottom))}
.jeff-line-start__inner{width:100%;max-width:1040px;margin:0 auto}
.jeff-line-start__brand{margin:0 0 24px;color:var(--jeff-navy);font:600 1.375rem/1.5 var(--jeff-display-serif);letter-spacing:.04em}
.jeff-line-start__brand span{display:inline-block;margin-left:16px;color:var(--jeff-muted);font:500 .875rem/1.8 var(--jeff-text-serif);letter-spacing:.02em}
.jeff-line-start__hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:stretch;background:var(--jeff-navy);color:#fffefa;border-radius:8px;overflow:hidden}
.jeff-line-start__intro{min-width:0;padding:40px 36px;align-self:center}
.jeff-line-start .jeff-line-entry__eyebrow{margin:0 0 20px;font-size:.875rem;color:#d9cbb4;font-weight:500;letter-spacing:.06em}
.jeff-line-start__intro h1{margin:0 0 24px;font:600 clamp(1.75rem,3.3vw,2.5rem)/1.55 var(--jeff-display-serif);color:#fffefa;letter-spacing:.025em;text-wrap:balance}
.jeff-line-start__intro>p:not(.jeff-line-entry__eyebrow){margin:0 0 20px;font-size:1rem;color:#e1e6e9;line-height:1.85}
.jeff-line-start__intro>p.jeff-line-start__promise{margin-bottom:0;padding-top:20px;border-top:1px solid #52616b;color:#e7d8be;font-size:.875rem}
.jeff-line-start__promise span{padding:0 4px}
.jeff-line-start__portrait{min-width:0;margin:0;position:relative}
.jeff-line-start__portrait img{display:block;width:100%;height:100%;max-height:492px;aspect-ratio:4/5;object-fit:cover;object-position:50% 41%}
.jeff-line-start__section-title{margin:36px 0 12px;font:600 1rem/1.7 var(--jeff-text-serif);color:var(--jeff-muted)}
.jeff-line-start__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px;row-gap:8px}
.jeff-line-start .jeff-line-start__choice{display:flex;align-items:center;gap:16px;min-height:104px;padding:20px 12px;border-bottom:1px solid var(--jeff-line);color:var(--jeff-navy);text-decoration:none;background:transparent;border-radius:3px;transition:background-color 160ms ease,border-color 160ms ease}
.jeff-line-start .jeff-line-start__choice:hover,.jeff-line-start .jeff-line-start__choice:active{background:#e9edeb;border-color:#84948d}
.jeff-line-start__choice[aria-disabled="true"]{cursor:not-allowed;opacity:.7}
.jeff-line-start__number{color:#736347;font:500 1rem/1.5 var(--jeff-text-serif);flex:0 0 24px}
.jeff-line-start__copy{flex:1;min-width:0}
.jeff-line-start__copy strong{display:block;font-size:1.125rem;font-weight:600;line-height:1.6}
.jeff-line-start__copy>span{display:block;margin-top:4px;color:var(--jeff-muted);font-size:1rem;line-height:1.75}
.jeff-line-start__arrow{flex:0 0 18px;color:#52666e;font:500 1.3rem/1 var(--jeff-text-serif)}
.jeff-line-start__footer{margin-top:32px;color:var(--jeff-muted);font-size:.875rem;line-height:1.8}
.jeff-line-start__footer p{margin:0 0 12px}
.jeff-line-start .jeff-line-entry__links,.jeff-line-entry .jeff-line-entry__links{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.jeff-line-start .jeff-line-entry__link,.jeff-line-entry .jeff-line-entry__link{display:inline-flex;justify-content:center;align-items:center;min-height:44px;padding:8px 16px;border:1px solid #98a49f;border-radius:4px;color:var(--jeff-navy);text-decoration:none;font-size:.875rem;line-height:1.6}
.jeff-line-start .jeff-line-entry__link:hover,.jeff-line-entry .jeff-line-entry__link:hover{background:#e9edeb}
.jeff-line-start__notice{padding:16px;border:1px solid #a86848;color:#78381f;background:#fff6eb}
.jeff-line-entry{display:grid;justify-items:center;padding:40px 24px max(40px,env(safe-area-inset-bottom));background:var(--jeff-navy)}
.jeff-line-entry__card{width:min(100%,540px);min-width:0;padding:44px 40px 32px;border-radius:12px;background:var(--jeff-card);text-align:center}
.jeff-line-entry__identity{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:28px}
.jeff-line-entry__avatar-frame{display:block;flex:0 0 auto;width:72px;height:72px;overflow:hidden;border-radius:50%;background:#283335}
.jeff-line-entry__avatar{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 36%;transform:scale(1.9);transform-origin:50% 40%}
.jeff-line-entry__name{margin:0;font:600 1.1875rem/1.6 var(--jeff-display-serif);letter-spacing:.04em}
.jeff-line-entry__role{margin:4px 0 0;color:var(--jeff-muted);font-size:.8125rem;letter-spacing:.06em}
.jeff-line-entry__intent{display:inline-block;max-width:100%;margin:0 0 20px;padding:5px 12px;border:1px solid var(--jeff-line);border-radius:3px;background:transparent;color:#4b574e;font-size:.8125rem;line-height:1.7}
.jeff-line-entry__title{max-width:14em;margin:0 auto;font:600 clamp(1.75rem,4.8vw,2rem)/1.55 var(--jeff-display-serif);letter-spacing:.025em;color:var(--jeff-navy);text-wrap:balance}
.jeff-line-entry__status{max-width:26em;margin:24px auto 0;font-size:1rem;line-height:1.9;color:var(--jeff-muted);text-wrap:pretty}
.jeff-line-entry[data-state="done"] .jeff-line-entry__status{color:#315f4f}
.jeff-line-entry[data-state="error"] .jeff-line-entry__status{color:#963b32}
.jeff-line-entry__guidance{max-width:26em;margin:4px auto 0;font-size:1rem;line-height:1.9;color:var(--jeff-navy);text-wrap:pretty}
.jeff-line-entry__service-note{max-width:30em;margin:16px auto 0;color:var(--jeff-muted);font-size:.8125rem;line-height:1.9;text-wrap:pretty}
.jeff-line-entry__button{display:block;width:100%;min-height:56px;margin:28px 0 0;padding:16px;border:1px solid var(--jeff-navy);border-radius:6px;background:var(--jeff-navy);color:#fffefa;font:600 1.0625rem/1.7 var(--jeff-text-serif);letter-spacing:.04em;white-space:normal;cursor:pointer;transition:background-color 160ms ease}
.jeff-line-entry__button:hover{background:#2a4556}
.jeff-line-entry__button--secondary{background:transparent;color:var(--jeff-navy)}
.jeff-line-entry__button--secondary:hover{background:#e9edeb}
.jeff-line-entry__button:disabled{opacity:.65;cursor:wait}
.jeff-line-entry__note{margin:28px 0 0;padding-top:24px;border-top:1px solid var(--jeff-line);color:var(--jeff-muted);font-size:.875rem;line-height:1.9;text-wrap:pretty}
.jeff-line-entry__card > .jeff-line-entry__note{font-size:.625rem}
.jeff-line-entry .jeff-line-entry__links{justify-content:center;margin-top:16px}
.jeff-line-entry__privacy{margin:12px 0 0;font-size:.875rem}
.jeff-line-entry__privacy a{display:inline-block;min-height:44px;padding:10px 0;color:var(--jeff-navy);text-underline-offset:4px}
@media(max-width:680px){
 .jeff-line-start{padding:24px 16px max(28px,env(safe-area-inset-bottom))}
 .jeff-line-start__brand{font-size:1.25rem;margin-bottom:20px}
 .jeff-line-start__brand span{display:block;margin:5px 0 0;font-size:.8125rem;letter-spacing:.06em}
 .jeff-line-start__hero{grid-template-columns:minmax(0,1fr);gap:28px;background:transparent;color:var(--jeff-navy);border-radius:0;overflow:visible}
 .jeff-line-start__intro{padding:0 4px;align-self:start}
 .jeff-line-start .jeff-line-entry__eyebrow{margin-bottom:12px;color:#736347}
 .jeff-line-start__intro h1{font-size:1.875rem;line-height:1.55;margin-bottom:20px;color:var(--jeff-navy)}
 .jeff-line-start__intro>p:not(.jeff-line-entry__eyebrow){color:var(--jeff-muted);margin-bottom:20px;line-height:1.9}
 .jeff-line-start__intro>p.jeff-line-start__promise{border-color:var(--jeff-line);color:#736347;margin-bottom:0;padding-top:20px;line-height:1.85}
 .jeff-line-start__portrait{order:-1;height:auto;aspect-ratio:9/8;border-radius:10px;overflow:hidden;background:#283335}
 .jeff-line-start__portrait img{height:100%;max-height:none;aspect-ratio:auto;object-position:50% 50%}
 .jeff-line-start__grid{grid-template-columns:minmax(0,1fr)}
 .jeff-line-start__section-title{margin-top:36px}
 .jeff-line-start .jeff-line-start__choice{padding:16px 8px;gap:12px}
 .jeff-line-entry{padding:24px 16px max(24px,env(safe-area-inset-bottom))}
 .jeff-line-entry__card{padding:36px 24px 24px}
}
@media(max-width:360px){
 .jeff-line-start__brand span{display:block;margin:4px 0 0}
 .jeff-line-start__intro{padding:0 2px}
 .jeff-line-start__intro h1{font-size:1.75rem}
 .jeff-line-entry__card{padding:32px 20px 24px}
 .jeff-line-entry__title{font-size:1.625rem}
}
@media(prefers-reduced-motion:reduce){.jeff-line-start *,.jeff-line-entry *{transition:none!important;scroll-behavior:auto!important}}
