:root {
    color-scheme: light dark;
    --peeled-bg: #faf4e5;
    --peeled-card: rgba(255, 250, 240, 0.76);
    --peeled-text: #291e1d;
    --peeled-secondary: #6d5c54;
    --peeled-accent: #4a3529;
    --peeled-accent-contrast: #fffaf0;
    --peeled-orange: #cf6038;
    --peeled-sage: #8ea58b;
    --peeled-border: rgba(41, 30, 29, 0.12);
    --peeled-pattern-opacity: 0.045;
    --peeled-shadow: 0 24px 70px rgba(74, 53, 41, 0.12);
}

@media (prefers-color-scheme: dark) {
    :root {
        --peeled-bg: #291e1d;
        --peeled-card: rgba(255, 250, 240, 0.055);
        --peeled-text: #f2efe6;
        --peeled-secondary: #b9aaa2;
        --peeled-accent: #7d6253;
        --peeled-accent-contrast: #fffaf0;
        --peeled-border: rgba(242, 239, 230, 0.12);
        --peeled-pattern-opacity: 0.055;
        --peeled-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    }
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: var(--peeled-bg);
}

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    background: var(--peeled-bg);
    color: var(--peeled-text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.52;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body::before {
    position: fixed;
    z-index: 0;
    inset: 0;
    background: var(--peeled-text);
    content: "";
    opacity: var(--peeled-pattern-opacity);
    pointer-events: none;
    -webkit-mask-image: url("/public-assets/site/peeled-pattern.webp");
    mask-image: url("/public-assets/site/peeled-pattern.webp");
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-size: 250px 250px;
    mask-size: 250px 250px;
}

body > * {
    position: relative;
    z-index: 1;
}

h1,
h2,
h3,
strong {
    color: var(--peeled-text);
}

h1 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.14;
}

h2 {
    margin: 28px 0 10px;
    font-size: 21px;
    font-weight: 650;
    line-height: 1.22;
}

h3 {
    margin: 22px 0 8px;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.28;
}

p,
li,
dd,
dt {
    font-size: 15px;
    line-height: 1.52;
}

p {
    margin: 0 0 13px;
}

ul,
ol {
    margin: 0 0 14px;
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

a {
    color: var(--peeled-accent);
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:focus-visible {
    outline: 3px solid var(--peeled-orange);
    outline-offset: 4px;
}

img {
    max-width: 100%;
}

.skip-link {
    position: fixed;
    z-index: 20;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--peeled-text);
    color: var(--peeled-bg);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    display: flex;
    width: min(1120px, calc(100% - 40px));
    min-height: 92px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand-lockup {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
    color: var(--peeled-text);
    font-size: 20px;
    font-weight: 760;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.brand-lockup img {
    width: 42px;
    height: 42px;
    border: 1px solid var(--peeled-border);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(74, 53, 41, 0.10);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.nav-link {
    color: var(--peeled-secondary);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.nav-link:hover {
    color: var(--peeled-text);
}

.store-button {
    display: inline-flex;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: var(--peeled-text);
    color: var(--peeled-bg);
    font-size: 14px;
    font-weight: 740;
    text-decoration: none;
}

.store-button:hover {
    background: var(--peeled-accent);
    color: var(--peeled-accent-contrast);
}

.landing-main {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.hero {
    display: grid;
    min-height: 680px;
    padding: 64px 0 92px;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
    align-items: center;
    gap: clamp(50px, 8vw, 120px);
}

.eyebrow {
    display: flex;
    margin: 0 0 20px;
    align-items: center;
    gap: 10px;
    color: var(--peeled-secondary);
    font-size: 13px;
    font-weight: 720;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--peeled-orange);
    content: "";
}

.hero h1 {
    max-width: 720px;
    margin: 0;
    font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(52px, 7vw, 90px);
    font-weight: 900;
    letter-spacing: -0.065em;
    line-height: 0.96;
}

.hero-copy {
    max-width: 610px;
    margin: 28px 0 0;
    color: var(--peeled-secondary);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.55;
}

.store-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.store-options--hero {
    margin-top: 32px;
}

.store-options--cta {
    justify-content: center;
}

.app-store-badge-link,
.app-store-badge {
    display: block;
    width: auto;
    height: 40px;
}

.app-store-badge-link {
    border-radius: 7px;
    text-decoration: none;
}

.play-store-coming-soon {
    display: inline-flex;
    min-width: 178px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid var(--peeled-border);
    border-radius: 8px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: var(--peeled-card);
    color: var(--peeled-text);
    line-height: 1.05;
}

.store-status-kicker {
    color: var(--peeled-secondary);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.play-store-coming-soon strong {
    margin-top: 2px;
    color: inherit;
    font-size: 15px;
    font-weight: 760;
}

.microcopy {
    margin: 18px 0 0;
    color: var(--peeled-secondary);
    font-size: 13px;
}

.hero-visual {
    width: min(100%, 390px);
    margin: 0 auto;
}

.product-shot {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--peeled-border);
    border-radius: 30px;
    box-shadow: var(--peeled-shadow);
}

.benefits-section {
    padding: 98px 0;
    border-top: 1px solid var(--peeled-border);
}

.section-heading {
    max-width: 690px;
    margin: 0 0 46px;
}

.section-kicker {
    margin: 0 0 12px;
    color: var(--peeled-orange);
    font-size: 13px;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading h2,
.showcase-copy h2,
.cta-panel h2 {
    margin: 0;
    font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.benefit-card {
    min-height: 180px;
    padding: 26px;
    border: 1px solid var(--peeled-border);
    border-radius: 22px;
    background: var(--peeled-card);
}

.benefit-card:nth-child(2) {
    border-top-color: var(--peeled-orange);
}

.benefit-card:nth-child(3) {
    border-top-color: var(--peeled-sage);
}

.benefit-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    letter-spacing: -0.025em;
}

.benefit-card p {
    margin: 0;
    color: var(--peeled-secondary);
    font-size: 15px;
    line-height: 1.55;
}

.showcase-section {
    display: grid;
    padding: 98px 0;
    border-top: 1px solid var(--peeled-border);
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(40px, 7vw, 92px);
}

.showcase-copy {
    max-width: 440px;
}

.showcase-copy p {
    margin: 22px 0 0;
    color: var(--peeled-secondary);
    font-size: 17px;
    line-height: 1.55;
}

.showcase-shots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.screenshot-figure {
    margin: 0;
}

.screenshot-figure:nth-child(2) {
    margin-top: 74px;
}

.screenshot-figure figcaption {
    margin-top: 13px;
    color: var(--peeled-secondary);
    font-size: 13px;
    line-height: 1.45;
}

.cta-section {
    padding: 96px 0 112px;
    border-top: 1px solid var(--peeled-border);
}

.cta-panel {
    padding: clamp(34px, 6vw, 72px);
    border-radius: 28px;
    background: var(--peeled-text);
    color: var(--peeled-bg);
    text-align: center;
}

.cta-panel h2 {
    color: inherit;
}

.cta-panel p {
    max-width: 560px;
    margin: 20px auto 28px;
    color: color-mix(in srgb, var(--peeled-bg) 76%, transparent);
    font-size: 17px;
}

.cta-panel .play-store-coming-soon {
    border-color: color-mix(in srgb, var(--peeled-bg) 28%, transparent);
    background: color-mix(in srgb, var(--peeled-bg) 7%, transparent);
    color: var(--peeled-bg);
}

.cta-panel .store-status-kicker {
    color: color-mix(in srgb, var(--peeled-bg) 72%, transparent);
}

.document-main {
    width: min(760px, calc(100% - 32px));
    margin: 28px auto 72px;
    padding: clamp(22px, 5vw, 46px);
    border: 1px solid var(--peeled-border);
    border-radius: 18px;
    background: var(--peeled-card);
}

code {
    padding: 2px 5px;
    background: var(--peeled-card);
    border: 1px solid var(--peeled-border);
    border-radius: 6px;
    color: var(--peeled-text);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.9em;
}

.meta {
    margin-bottom: 18px;
    color: var(--peeled-secondary);
    font-size: 13px;
}

.lede {
    color: var(--peeled-secondary);
}

.section-card {
    margin-top: 12px;
    padding: 16px;
    background: var(--peeled-card);
    border: 1px solid var(--peeled-border);
    border-radius: 8px;
}

.section-card > h2:first-child {
    margin-top: 0;
}

.faq-quick-start {
    margin: 24px 0;
    padding: 20px;
    border: 1px solid var(--peeled-border);
    border-radius: 14px;
    background: color-mix(in srgb, var(--peeled-orange) 8%, var(--peeled-card));
}

.faq-quick-start h2 {
    margin: 0 0 8px;
}

.faq-choice-grid {
    display: grid;
    margin-top: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.faq-choice {
    padding: 15px;
    border: 1px solid var(--peeled-border);
    border-radius: 10px;
    background: var(--peeled-card);
}

.faq-choice h3 {
    margin: 0 0 6px;
}

.faq-choice p:last-child,
.faq-quick-start > p:last-child {
    margin-bottom: 0;
}

.faq-topic-nav {
    display: grid;
    margin: 0 0 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.faq-topic-nav a {
    display: flex;
    min-height: 48px;
    padding: 10px 12px;
    align-items: center;
    border: 1px solid var(--peeled-border);
    border-radius: 9px;
    background: var(--peeled-card);
    color: var(--peeled-text);
    text-decoration: none;
}

.faq-topic-nav a:hover {
    border-color: var(--peeled-orange);
}

.faq-section {
    scroll-margin-top: 18px;
}

.faq-section > h2 {
    margin-bottom: 14px;
}

details.faq-item {
    border-top: 1px solid var(--peeled-border);
}

details.faq-item:last-child {
    border-bottom: 1px solid var(--peeled-border);
}

details.faq-item summary {
    position: relative;
    display: flex;
    min-height: 52px;
    padding: 14px 42px 14px 2px;
    align-items: center;
    color: var(--peeled-text);
    cursor: pointer;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}

details.faq-item summary::-webkit-details-marker {
    display: none;
}

details.faq-item summary::after {
    position: absolute;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 1px solid var(--peeled-border);
    border-radius: 50%;
    color: var(--peeled-secondary);
    content: "+";
    font-size: 21px;
    font-weight: 450;
    line-height: 25px;
    text-align: center;
}

details.faq-item[open] summary::after {
    content: "−";
}

details.faq-item summary:hover::after {
    border-color: var(--peeled-orange);
    color: var(--peeled-text);
}

details.faq-item summary:focus-visible {
    border-radius: 6px;
    outline: 3px solid var(--peeled-orange);
    outline-offset: 3px;
}

.faq-answer {
    padding: 0 42px 17px 2px;
}

.faq-answer > :last-child {
    margin-bottom: 0;
}

.faq-answer a {
    color: var(--peeled-text);
    text-decoration-color: var(--peeled-orange);
}

.faq-steps {
    margin-top: 4px;
}

.faq-note {
    margin: 12px 0 0;
    padding: 10px 12px;
    background: var(--peeled-card);
    border-left: 3px solid var(--peeled-orange);
    border-radius: 6px;
    color: var(--peeled-secondary);
    font-size: 14px;
}

.faq-table-wrap {
    margin: 12px 0;
    overflow-x: auto;
}

.faq-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
}

.faq-table th,
.faq-table td {
    padding: 10px;
    border-bottom: 1px solid var(--peeled-border);
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
}

.faq-table th {
    color: var(--peeled-secondary);
    font-weight: 650;
}

footer {
    font-size: 13px;
}

.site-footer {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 40px 0 52px;
    border-top: 1px solid var(--peeled-border);
    color: var(--peeled-secondary);
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links a,
.footer-store-status {
    color: var(--peeled-secondary);
    font-size: 13px;
    text-decoration: none;
}

.footer-disclaimer {
    max-width: 780px;
    margin: 24px 0 0;
    font-size: 12px;
    line-height: 1.55;
}

.footer-copyright {
    margin: 12px 0 0;
    font-size: 12px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 820px) {
    .hero {
        min-height: 0;
        padding: 60px 0 78px;
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .hero-content {
        max-width: 680px;
    }

    .hero-visual {
        width: min(100%, 380px);
    }

    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        min-height: 0;
    }

    .showcase-section {
        grid-template-columns: 1fr;
    }

    .showcase-copy {
        max-width: 640px;
    }
}

@media (max-width: 580px) {
    .site-header,
    .landing-main,
    .site-footer {
        width: min(100% - 28px, 1120px);
    }

    .site-header {
        min-height: 78px;
        gap: 12px;
    }

    .brand-lockup {
        gap: 8px;
        font-size: 18px;
    }

    .brand-lockup img {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .site-nav {
        gap: 12px;
    }

    .site-nav .nav-link {
        display: none;
    }

    .site-nav .store-button {
        min-height: 40px;
        padding: 0 15px;
        font-size: 13px;
    }

    .hero {
        padding-top: 48px;
    }

    .hero h1 {
        font-size: clamp(48px, 15vw, 68px);
    }

    .store-options {
        align-items: flex-start;
    }

    .benefits-section,
    .showcase-section {
        padding: 76px 0;
    }

    .showcase-shots {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .screenshot-figure {
        width: min(100%, 390px);
        margin-right: auto;
        margin-left: auto;
    }

    .screenshot-figure:nth-child(2) {
        margin-top: 0;
    }

    .footer-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .document-main {
        width: min(100% - 20px, 760px);
        margin-top: 10px;
        padding: 20px 16px 28px;
        border-radius: 14px;
    }

    .faq-quick-start {
        padding: 16px;
    }

    .faq-choice-grid,
    .faq-topic-nav {
        grid-template-columns: 1fr;
    }

    .faq-topic-nav a {
        min-height: 48px;
    }

    details.faq-item summary {
        min-height: 56px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .faq-answer {
        padding-right: 2px;
    }

    .faq-table-wrap {
        overflow: visible;
    }

    .faq-table {
        min-width: 0;
    }

    .faq-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .faq-table tr {
        display: block;
        padding: 9px 0;
        border-bottom: 1px solid var(--peeled-border);
    }

    .faq-table td {
        display: grid;
        padding: 5px 0;
        border: 0;
        grid-template-columns: minmax(82px, 0.7fr) minmax(0, 1.3fr);
        gap: 10px;
    }

    .faq-table td::before {
        color: var(--peeled-secondary);
        content: attr(data-label);
        font-weight: 650;
    }
}