 @media only screen and (min-width: 0rem) {.shell {width: 100%;max-width: 80rem;margin: 0 auto;padding: 0 1.25rem;position: relative;}.eyebrow {display: block;margin: 0 0 0.85rem;font-family: var(--utilFont);font-size: 0.78rem;font-weight: 700;letter-spacing: 0.32em;text-transform: uppercase;color: var(--goldDeep);}.eyebrow-light {color: var(--gold);}.lede {display: flex;flex-direction: column;align-items: center;text-align: center;margin-bottom: 3rem;}.display {margin: 0;font-family: var(--headingFont);font-weight: 600;font-size: clamp(2rem, 6.4vw, 3.35rem);line-height: 1.06;letter-spacing: -0.025em;color: var(--walnut);max-width: 22ch;}.display-light {color: var(--cream);}.gilt {display: block;font-style: italic;font-weight: 400;color: var(--goldDeep);}.gilt-light {display: block;font-style: italic;font-weight: 400;color: var(--gold);}.read {margin: 1.35rem 0 0;max-width: 42rem;font-size: 1.06rem;line-height: 1.8;color: var(--bodyTextColor);}.read-light {color: var(--bodyTextLight);}.btn-set {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 0.85rem;width: 100%;}.btn-gold {display: inline-flex;align-items: center;justify-content: center;min-height: 3.5rem;padding: 0 2.4rem;font-family: var(--utilFont);font-weight: 700;font-size: 1rem;letter-spacing: 0.03em;text-align: center;text-decoration: none;color: var(--walnutDeep);background-color: var(--gold);border: 2px solid var(--gold);border-radius: 4rem;transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;}.btn-gold:hover {background-color: var(--goldLight);border-color: var(--goldLight);transform: translateY(-3px);}.btn-line {display: inline-flex;align-items: center;justify-content: center;min-height: 3.5rem;padding: 0 2.4rem;font-family: var(--utilFont);font-weight: 700;font-size: 1rem;letter-spacing: 0.03em;text-align: center;text-decoration: none;color: var(--cream);background-color: transparent;border: 2px solid rgba(250, 247, 241, 0.42);border-radius: 4rem;transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;}.btn-line:hover {background-color: var(--gold);border-color: var(--gold);color: var(--walnutDeep);transform: translateY(-3px);}.btn-line-dark {color: var(--walnut);border-color: var(--line);}.plank-rule {display: block;width: 100%;height: 0.75rem;background-image: repeating-linear-gradient(90deg, var(--gold) 0 3.5rem, var(--walnutDeep) 3.5rem 3.65rem);opacity: 0.9;}.rise {opacity: 1;}html.js .rise {opacity: 0;transform: translateY(1.5rem);transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);}html.js .rise.is-in {opacity: 1;transform: none;}}@media only screen and (min-width: 48rem) {.shell {padding: 0 2rem;}.lede {margin-bottom: 4rem;}.btn-set {flex-direction: row;}}@media only screen and (prefers-reduced-motion: reduce) {html.js .rise {opacity: 1;transform: none;transition: none;}.btn-gold:hover, .btn-line:hover {transform: none;}}@media only screen and (min-width: 0rem) {#hero {position: relative;width: 100%;overflow: hidden;isolation: isolate;background-color: var(--walnutDeep);padding: 8.5rem 0 0;}#hero .hero-img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: 50% 60%;z-index: -2;}#hero .hero-veil {position: absolute;inset: 0;z-index: -1;display: block;background-image: linear-gradient(178deg, rgba(36, 27, 19, 0.86) 0%, rgba(59, 45, 33, 0.74) 45%, rgba(36, 27, 19, 0.95) 100%);}#hero .hero-shell {display: flex;flex-direction: column;align-items: center;text-align: center;padding-top: 1rem;padding-bottom: 3.5rem;}#hero h1 {margin: 0 0 1.5rem;font-family: var(--headingFont);font-weight: 600;font-size: clamp(2.6rem, 9.5vw, 5rem);line-height: 1;letter-spacing: -0.03em;color: var(--cream);}#hero .turn {display: block;font-style: italic;font-weight: 400;color: var(--gold);}#hero .hero-read {margin: 0 auto 2.35rem;max-width: 38rem;font-size: 1.08rem;line-height: 1.8;color: var(--bodyTextLight);}#hero .hero-notes {list-style: none;margin: 2.5rem 0 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: center;gap: 0.6rem 1.5rem;}#hero .hero-notes li {font-family: var(--utilFont);font-size: 0.82rem;font-weight: 700;letter-spacing: 0.16em;text-transform: uppercase;color: rgba(250, 247, 241, 0.78);}}@media only screen and (min-width: 48rem) {#hero {padding-top: 9.5rem;}#hero .hero-shell {padding-bottom: 5.5rem;}}@media only screen and (min-width: 64rem) {#hero {padding-top: 10.5rem;}}@media only screen and (min-width: 0rem) {#marquee {background-color: var(--creamDeep);padding: 2rem 0;border-bottom: 1px solid var(--line);}#marquee .marquee-run {list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 0.75rem 2rem;}#marquee .marquee-run li {position: relative;font-family: var(--utilFont);font-size: 0.85rem;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--walnutSoft);line-height: 1.4;}#marquee .marquee-run li::after {content: "";position: absolute;right: -1.15rem;top: 50%;width: 0.3rem;height: 0.3rem;border-radius: 50%;background-color: var(--gold);transform: translateY(-50%);}#marquee .marquee-run li:last-child::after {display: none;}}@media only screen and (min-width: 0rem) {#services {background-color: var(--cream);padding: 4.5rem 0;}#services .svc-set {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1rem;}#services .svc-set li {display: flex;flex-direction: column;align-items: center;text-align: center;padding: 2.75rem 1.75rem 2.9rem;background-color: var(--white);border: 1px solid var(--line);border-radius: var(--radius);transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;}#services .svc-set li:hover {transform: translateY(-6px);border-color: var(--gold);box-shadow: var(--shadowSmall);}#services .disc {width: 4.5rem;height: 4.5rem;display: flex;align-items: center;justify-content: center;margin-bottom: 1.6rem;color: var(--goldDeep);background-color: var(--creamDeep);border-radius: 50%;transition: background-color 0.35s ease, color 0.35s ease;}#services .svc-set li:hover .disc {background-color: var(--gold);color: var(--walnutDeep);}#services .disc svg {width: 2.2rem;height: 2.2rem;display: block;}#services h3 {margin: 0 0 0.9rem;font-family: var(--headingFont);font-weight: 600;font-size: 1.45rem;line-height: 1.2;letter-spacing: -0.02em;color: var(--walnut);max-width: 18ch;}#services p {margin: 0;max-width: 26rem;font-size: 1rem;line-height: 1.8;color: var(--bodyTextColor);}#services .svc-note {margin: 2.75rem auto 0;max-width: 44rem;text-align: center;font-size: 0.98rem;line-height: 1.8;color: var(--stone);}}@media only screen and (min-width: 48rem) {#services {padding: 6.5rem 0;}#services .svc-set {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#services .svc-set {grid-template-columns: repeat(3, 1fr);}}@media only screen and (prefers-reduced-motion: reduce) {#services .svc-set li:hover {transform: none;}}@media only screen and (min-width: 0rem) {#patterns {background-color: var(--walnut);padding: 4.5rem 0;}#patterns .pat-set {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#patterns .pat-set li {display: flex;flex-direction: column;align-items: center;text-align: center;}#patterns .swatch {width: 100%;max-width: 20rem;height: 9.5rem;display: block;margin-bottom: 1.5rem;border-radius: var(--radiusSm);border: 1px solid rgba(224, 180, 103, 0.28);overflow: hidden;}#patterns .swatch-straight {background-color: #8a6a45;background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0 1px, transparent 1px 5.5rem), repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0 2px, transparent 2px 2.4rem), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 0.5rem, transparent 0.5rem 1rem);}#patterns .swatch-herring {background-color: #8a6a45;background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1.35rem, rgba(0, 0, 0, 0.2) 1.35rem 1.45rem), repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 0 1.35rem, rgba(0, 0, 0, 0.2) 1.35rem 1.45rem);}#patterns .swatch-chevron {background-color: #8a6a45;background-image: repeating-linear-gradient(60deg, rgba(0, 0, 0, 0.26) 0 2px, transparent 2px 1.6rem), repeating-linear-gradient(-60deg, rgba(0, 0, 0, 0.26) 0 2px, transparent 2px 1.6rem), linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);}#patterns .swatch-plank {background-color: #8a6a45;background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0 2px, transparent 2px 4.75rem), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 0.75rem, transparent 0.75rem 1.5rem);}#patterns h3 {margin: 0 0 0.8rem;font-family: var(--headingFont);font-weight: 600;font-size: 1.35rem;letter-spacing: -0.02em;color: var(--cream);}#patterns p {margin: 0;max-width: 22rem;font-size: 0.98rem;line-height: 1.8;color: var(--bodyTextLight);}}@media only screen and (min-width: 48rem) {#patterns {padding: 6.5rem 0;}#patterns .pat-set {grid-template-columns: repeat(2, 1fr);gap: 2.5rem 1.75rem;}}@media only screen and (min-width: 64rem) {#patterns .pat-set {grid-template-columns: repeat(4, 1fr);}}@media only screen and (min-width: 0rem) {#proof {background-color: var(--creamDeep);padding: 4.5rem 0;}#proof .proof-set {display: flex;flex-direction: column;gap: 2.5rem;max-width: 62rem;margin: 0 auto;}#proof .proof-pair {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.5rem;}#proof .proof-shot {margin: 0;position: relative;aspect-ratio: 4 / 3;border-radius: var(--radius);overflow: hidden;background-color: var(--walnut);box-shadow: var(--shadowSmall);}#proof .proof-shot img {width: 100%;height: 100%;object-fit: cover;display: block;}#proof .proof-shot figcaption {position: absolute;top: 0.6rem;left: 50%;transform: translateX(-50%);padding: 0.35rem 1rem;font-family: var(--utilFont);font-size: 0.68rem;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--walnutDeep);background-color: var(--gold);border-radius: 4rem;}}@media only screen and (min-width: 48rem) {#proof {padding: 6.5rem 0;}#proof .proof-pair {gap: 1rem;}#proof .proof-set {gap: 3.25rem;}}@media only screen and (min-width: 0rem) {#process {background-color: var(--cream);padding: 4.5rem 0;}#process .step-run {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 2.75rem;}#process .step-run li {display: flex;flex-direction: column;align-items: center;text-align: center;}#process .step-no {display: flex;align-items: center;justify-content: center;width: 3.75rem;height: 3.75rem;margin-bottom: 1.4rem;font-family: var(--headingFont);font-size: 1.25rem;font-weight: 600;color: var(--walnutDeep);background-color: var(--gold);border-radius: 50%;}#process h3 {margin: 0 0 0.85rem;font-family: var(--headingFont);font-weight: 600;font-size: 1.3rem;line-height: 1.25;letter-spacing: -0.02em;color: var(--walnut);max-width: 18ch;}#process p {margin: 0;max-width: 24rem;font-size: 1rem;line-height: 1.8;color: var(--bodyTextColor);}}@media only screen and (min-width: 48rem) {#process {padding: 6.5rem 0;}#process .step-run {grid-template-columns: repeat(2, 1fr);gap: 3rem 2rem;}}@media only screen and (min-width: 64rem) {#process .step-run {grid-template-columns: repeat(4, 1fr);gap: 2rem;}#process .step-run li {position: relative;}#process .step-run li::after {content: "";position: absolute;top: 1.85rem;left: calc(50% + 2.6rem);right: calc(-50% + 2.6rem);height: 2px;background-image: repeating-linear-gradient(90deg, var(--gold) 0 0.5rem, transparent 0.5rem 1rem);opacity: 0.7;}#process .step-run li:last-child::after {display: none;}}@media only screen and (min-width: 0rem) {#why {background-color: var(--creamDeep);padding: 4.5rem 0;}#why .why-shell {display: grid;grid-template-columns: 1fr;gap: 2.75rem;align-items: center;}#why .why-shot {margin: 0;width: 100%;max-width: 32rem;aspect-ratio: 4 / 3;margin-inline: auto;border-radius: var(--radius);overflow: hidden;background-color: var(--walnut);box-shadow: var(--shadowSmall);}#why .why-shot img {width: 100%;height: 100%;object-fit: cover;display: block;}#why .why-copy {display: flex;flex-direction: column;align-items: center;text-align: center;}#why .tick-run {list-style: none;margin: 1.85rem 0 2.25rem;padding: 0;display: flex;flex-direction: column;align-items: center;gap: 0.7rem;}#why .tick-run li {position: relative;padding-left: 1.85rem;font-size: 1rem;line-height: 1.6;color: var(--walnutSoft);text-align: left;}#why .tick-run li::before {content: "";position: absolute;left: 0;top: 0.5rem;width: 0.75rem;height: 0.4rem;border-left: 2px solid var(--goldDeep);border-bottom: 2px solid var(--goldDeep);transform: rotate(-45deg);}}@media only screen and (min-width: 48rem) {#why {padding: 6.5rem 0;}}@media only screen and (min-width: 64rem) {#why .why-shell {grid-template-columns: 0.95fr 1.05fr;gap: 4.5rem;}#why .why-shot {max-width: none;}}@media only screen and (min-width: 0rem) {#area {background-color: var(--walnutDeep);padding: 4.5rem 0;}#area .chip-run {list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: center;gap: 0.65rem;}#area .chip-run li {font-family: var(--utilFont);font-size: 0.85rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;line-height: 1.2;color: var(--cream);background-color: rgba(250, 247, 241, 0.06);border: 1px solid rgba(224, 180, 103, 0.3);border-radius: 4rem;padding: 0.75rem 1.35rem;}}@media only screen and (min-width: 48rem) {#area {padding: 6.5rem 0;}}@media only screen and (min-width: 0rem) {#gallery {background-color: var(--cream);padding: 4.5rem 0;}#gallery .gal-run {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1rem;}#gallery .gal-run li {aspect-ratio: 4 / 3;overflow: hidden;border-radius: var(--radiusSm);background-color: var(--creamDeep);}#gallery .gal-run img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);}#gallery .gal-run li:hover img {transform: scale(1.06);}#gallery .gal-foot {display: flex;justify-content: center;margin-top: 2.75rem;}}@media only screen and (min-width: 48rem) {#gallery {padding: 6.5rem 0;}#gallery .gal-run {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#gallery .gal-run {grid-template-columns: repeat(3, 1fr);}}@media only screen and (prefers-reduced-motion: reduce) {#gallery .gal-run li:hover img {transform: none;}}@media only screen and (min-width: 0rem) {#cta {position: relative;width: 100%;overflow: hidden;isolation: isolate;background-color: var(--walnutDeep);padding: 5rem 0 0;}#cta .cta-img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;z-index: -2;}#cta .cta-veil {position: absolute;inset: 0;z-index: -1;display: block;background-image: linear-gradient(178deg, rgba(36, 27, 19, 0.93) 0%, rgba(59, 45, 33, 0.88) 50%, rgba(36, 27, 19, 0.96) 100%);}#cta .cta-shell {display: flex;flex-direction: column;align-items: center;text-align: center;padding-bottom: 5rem;}#cta h2 {margin: 0 0 1.35rem;font-family: var(--headingFont);font-weight: 600;font-size: clamp(2.15rem, 7.5vw, 3.6rem);line-height: 1.04;letter-spacing: -0.025em;color: var(--cream);max-width: 18ch;}#cta .cta-read {margin: 0 auto 2.35rem;max-width: 36rem;font-size: 1.05rem;line-height: 1.8;color: var(--bodyTextLight);}#cta .plank-rule-top {position: absolute;top: 0;left: 0;}}@media only screen and (min-width: 48rem) {#cta {padding-top: 7.5rem;}#cta .cta-shell {padding-bottom: 7.5rem;}}