:root {
  --market-navy: #131921;
  --market-blue: #232f3e;
  --market-link: #007185;
  --market-orange: #ff9900;
  --market-yellow: #ffd814;
  --market-border: #d5d9d9;
  --market-text: #0f1111;
  --product-accent: #e85c16;
  --font: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; color: var(--market-text); background: #fff; font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: var(--market-link); text-decoration: none; }
a:hover { color: #c7511f; text-decoration: underline; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid #e77600; outline-offset: 2px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: white; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.noscript { margin: 80px auto; text-align: center; }

/* Portfolio index */
.sample-index-page { font-family: -apple-system, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif; background: #fff; }
.sample-index-page .site-header a { color: #111; }
.sample-index-page .site-header a:hover { color: #111; }
.sample-intro { padding: 174px 32px 110px; background: #faf8f5; }
.sample-intro-copy, .sample-packages, .sample-method, .sample-cta { width: min(1200px, 100%); margin: 0 auto; }
.sample-title { max-width: 980px; margin: 0; font-size: clamp(58px, 7vw, 96px); font-weight: 600; letter-spacing: -.045em; line-height: .98; }
.sample-lead { max-width: 690px; margin: 34px 0 0; color: #6f6862; font-size: 21px; line-height: 1.55; }
.sample-disclosure { max-width: 760px; margin: 58px 0 0; padding: 17px 20px; border-left: 3px solid #f96208; background: #fff; color: #5d5752; font-size: 14px; line-height: 1.55; }
.sample-disclosure strong { color: #111; }
.sample-packages { padding: 110px 32px 170px; }
.package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.package-card { display: grid; grid-template-rows: auto auto 1fr auto; min-height: 630px; padding: 46px; border: 1px solid #e7e1da; border-radius: 28px; background: #fff; }
.package-custom { border-color: #181817; background: #181817; color: #fff; }
.package-title-row { display: flex; gap: 24px; align-items: flex-start; justify-content: space-between; }
.package-eyebrow { margin: 4px 0 13px; color: #f96208; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.package-title-row h2 { margin: 0; font-size: clamp(34px, 3.2vw, 48px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.package-price { display: flex; align-items: flex-start; margin: -4px 0 0; color: #111; font-size: clamp(52px, 5.2vw, 74px); font-weight: 600; letter-spacing: -.055em; line-height: .9; white-space: nowrap; }
.package-price > span:first-of-type { margin: 6px 2px 0 0; font-size: .38em; letter-spacing: 0; }
.package-price .package-plus { margin: 2px 0 0 2px; font-size: .48em; }
.package-custom .package-price { color: #fff; }
.package-summary { max-width: 510px; margin: 36px 0 0; color: #6f6862; font-size: 17px; line-height: 1.55; }
.package-custom .package-summary { color: #bbb5ae; }
.package-includes { display: grid; align-content: start; gap: 12px; margin: 32px 0; padding: 0; list-style: none; }
.package-includes li { position: relative; padding-left: 27px; font-size: 15px; line-height: 1.45; }
.package-includes li::before { content: "✓"; position: absolute; top: 0; left: 0; color: #f96208; font-weight: 700; }
.package-footer { align-self: end; }
.package-footer > p { margin: 0 0 24px; padding-top: 24px; border-top: 1px solid #e7e1da; color: #6f6862; font-size: 14px; line-height: 1.55; }
.package-custom .package-footer > p { border-color: #3b3936; color: #bbb5ae; }
.package-footer strong { color: #111; }
.package-custom .package-footer strong { color: #fff; }
.package-action { display: flex; width: 100%; justify-content: space-between; align-items: center; padding: 20px 24px; border: 0; border-radius: 14px; background: #f96208; color: #fff; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; }
.package-action:hover { background: #dd5300; color: #fff; text-decoration: none; }
.package-action[aria-expanded="true"] { background: #d34f00; box-shadow: 0 0 0 3px rgba(249,98,8,.18); }
.sample-projects { margin-top: 120px; scroll-margin-top: 32px; }
.sample-project-heading { margin-top: 0; }
.sample-project-heading h2 { max-width: 760px; margin: 22px 0 0; font-size: clamp(44px, 5vw, 66px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.sample-project-grid { display: grid; gap: 20px; margin-top: 58px; }
.sample-project-grid-standard { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sample-project-grid-custom { grid-template-columns: minmax(0, 380px); }
.sample-project-noscript { margin: 70px 0 0; padding: 20px; border-left: 3px solid #f96208; background: #faf8f5; }
.sample-card { overflow: hidden; border: 1px solid #e7e1da; border-radius: 22px; background: #fff; color: #111; transition: transform 220ms ease, box-shadow 220ms ease; }
.sample-card:hover { transform: translateY(-5px); box-shadow: 0 28px 70px -42px rgba(20,18,16,.55); color: #111; text-decoration: none; }
.sample-card-image { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 1.12; padding: 30px; background: #f7f7f7; }
.sample-card-image img { width: 100%; height: 100%; object-fit: contain; transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.sample-card:hover .sample-card-image img { transform: scale(1.025); }
.sample-card-image > span { position: absolute; top: 18px; left: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.9); color: #4b4642; font-size: 11px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(12px); }
.sample-card-copy { display: flex; min-height: 210px; justify-content: space-between; flex-direction: column; gap: 34px; padding: 30px; }
.sample-card-copy p { margin: 0 0 12px; color: #f96208; font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.sample-card-copy h3 { margin: 0; font-size: 27px; font-weight: 600; letter-spacing: -.025em; line-height: 1.08; }
.sample-open { font-size: 14px; font-weight: 600; }
.sample-open span { color: #f96208; }
.sample-method { padding: 110px 32px; border-top: 1px solid #e7e1da; }
.sample-method > h2, .sample-cta h2 { max-width: 840px; margin: 20px 0 0; font-size: clamp(42px, 4.3vw, 58px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.sample-method-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 52px; }
.sample-method-grid article { display: grid; grid-template-rows: 158px 178px; overflow: hidden; border: 1px solid #e7e1da; border-radius: 18px; background: #fff; }
.sample-method-image { display: grid; place-items: center; height: 178px; margin: 0; padding: 10px; border-top: 1px solid #ece7e1; background: #f7f5f2; }
.sample-method-image img { width: 100%; height: 100%; object-fit: contain; }
.sample-method-copy { padding: 22px 22px 20px; }
.sample-method-grid span { color: #f96208; font-size: 12px; font-weight: 650; }
.sample-method-grid h3 { margin: 14px 0 8px; font-size: 20px; }
.sample-method-grid p { margin: 0; color: #6f6862; font-size: 14px; line-height: 1.45; }
.sample-cta { padding: 160px 32px; text-align: center; }
.sample-cta h2 { margin-right: auto; margin-left: auto; }
.sample-cta .button { margin-top: 44px; }

/* Marketplace product pages */
.market-header { color: #fff; background: var(--market-navy); }
.market-topline { display: grid; grid-template-columns: auto minmax(260px, 1fr) auto; gap: 24px; align-items: center; min-height: 68px; padding: 9px 24px; }
.market-brand { display: grid; grid-template-columns: 34px auto; grid-template-rows: auto auto; gap: 0 9px; align-items: center; color: #fff; }
.market-brand:hover { color: #fff; text-decoration: none; }
.market-brand img { grid-row: 1 / span 2; border-radius: 7px; }
.market-brand span { font-size: 16px; font-weight: 700; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.market-brand small { color: #b9c4cf; font-size: 10px; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.market-search { display: flex; overflow: hidden; height: 42px; border-radius: 8px; background: white; }
.market-search:focus-within { box-shadow: 0 0 0 3px var(--market-orange); }
.market-search input { width: 100%; border: 0; padding: 0 14px; font-size: 15px; outline: 0; }
.market-search button { width: 48px; border: 0; background: #febd69; cursor: pointer; font-size: 26px; }
.market-links { display: flex; gap: 22px; font-size: 13px; font-weight: 700; }
.market-links a { color: #fff; }
.market-categories { display: flex; gap: 10px; align-items: center; min-height: 38px; padding: 0 24px; background: var(--market-blue); color: #fff; font-size: 13px; }
.market-categories a { color: #fff; font-weight: 700; }
.demo-strip { display: flex; gap: 13px; justify-content: center; padding: 10px 24px; border-bottom: 1px solid #e3e6e6; background: #f7f8f8; color: #565959; font-size: 13px; }
.demo-strip strong { color: #b12704; }
.demo-strip.client-strip strong { color: #007185; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; width: min(1520px, calc(100% - 48px)); margin: 20px auto 0; color: #565959; font-size: 12px; }
.product-layout { display: grid; width: min(1520px, calc(100% - 48px)); grid-template-columns: minmax(500px, 1.25fr) minmax(380px, .8fr) 244px; gap: 34px; align-items: start; margin: 18px auto 56px; }
.gallery { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 18px; position: sticky; top: 18px; }
.thumb-rail { display: flex; flex-direction: column; gap: 10px; }
.thumb { overflow: hidden; width: 64px; height: 64px; padding: 2px; border: 1px solid #8d9096; border-radius: 8px; background: white; cursor: pointer; }
.thumb:hover, .thumb.is-active { border: 3px solid #007185; box-shadow: 0 0 0 2px rgba(0,113,133,.18); }
.thumb img { width: 100%; height: 100%; border-radius: 4px; object-fit: cover; }
.main-image-wrap { position: relative; display: grid; place-items: center; min-height: 500px; }
.main-product-image { width: min(100%, 640px); aspect-ratio: 1; object-fit: contain; }
.image-hint { position: absolute; bottom: 2px; left: 50%; color: #565959; font-size: 12px; transform: translateX(-50%); white-space: nowrap; }
.brand-link { font-size: 14px; }
.product-copy h1 { margin: 8px 0 10px; font-size: clamp(24px, 2vw, 32px); font-weight: 400; line-height: 1.28; }
.rating-row { display: flex; gap: 8px; align-items: center; font-size: 14px; }
.stars { color: #de7921; letter-spacing: 1px; }
.choice-badge { display: inline-flex; gap: 8px; align-items: center; margin: 13px 0 10px; color: #565959; font-size: 12px; }
.choice-badge strong { padding: 6px 8px; background: #232f3e; color: #fff; font-weight: 500; }
.product-copy hr { height: 1px; margin: 4px 0 14px; border: 0; background: #e7e7e7; }
.price { margin: 0; font-size: 30px; font-weight: 400; }
.price sup { position: relative; top: -.55em; font-size: 13px; }
.returns { margin: 4px 0 22px; color: var(--market-link); font-size: 14px; }
.variant { font-size: 14px; }
.variant-swatch { width: 64px; margin-top: 10px; padding: 2px; border: 2px solid var(--product-accent); }
.variant-swatch img { width: 58px; height: 58px; object-fit: cover; }
.bullet-list { margin-top: 24px; }
.bullet-list h2 { margin: 0 0 8px; font-size: 17px; }
.bullet-list ul { margin: 0; padding-left: 20px; }
.bullet-list li { margin: 0 0 8px; font-size: 14px; line-height: 1.45; }
.buy-box { padding: 20px; border: 1px solid var(--market-border); border-radius: 10px; }
.buy-box .delivery { font-size: 14px; line-height: 1.45; }
.buy-box .delivery strong { color: var(--market-link); }
.stock { margin: 18px 0 12px; color: #007600; font-size: 18px; }
.buy-box label { font-size: 12px; }
.buy-box select { width: 100%; margin: 5px 0 14px; padding: 7px 10px; border: 1px solid #d5d9d9; border-radius: 8px; background: #f0f2f2; }
.market-button { width: 100%; min-height: 38px; margin-bottom: 9px; border: 0; border-radius: 20px; cursor: pointer; font-size: 14px; }
.market-button-yellow { background: var(--market-yellow); }
.market-button-orange { background: #ffa41c; }
.seller-details { margin: 18px 0 0; font-size: 12px; }
.seller-details div { display: grid; grid-template-columns: 72px 1fr; margin: 7px 0; }
.seller-details dt { color: #565959; }
.seller-details dd { margin: 0; }
.demo-action-note { min-height: 32px; margin: 14px 0 0; color: #b12704; font-size: 12px; line-height: 1.4; }
.detail-tabs { display: flex; gap: 34px; justify-content: center; padding: 18px 24px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 14px; font-weight: 700; }
.product-description { display: grid; width: min(1180px, calc(100% - 48px)); grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; margin: 0 auto; padding: 90px 0; }
.section-label, .content-heading span { color: #565959; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-description h2, .content-heading h2, .sample-review h2 { margin: 14px 0 18px; font-size: clamp(36px, 4vw, 56px); letter-spacing: -.035em; line-height: 1; }
.product-description p:not(.section-label) { max-width: 640px; color: #565959; font-size: 18px; line-height: 1.6; }
.product-description dl { margin: 0; border-top: 1px solid #ddd; }
.product-description dl div { display: grid; grid-template-columns: 1fr 1fr; padding: 18px 0; border-bottom: 1px solid #ddd; }
.product-description dt { color: #565959; }
.product-description dd { margin: 0; font-weight: 700; }
.aplus, .brand-story { width: min(1464px, 100%); margin: 0 auto; padding: 80px 0; border-top: 1px solid #ddd; }
.content-heading { padding: 0 32px 38px; }
.content-heading h2 { margin-bottom: 0; }
.aplus-full-mockup { width: 100%; height: auto; background: #f4f1ea; }
.aplus-sequence { width: min(970px, 100%); margin: 0 auto; background: #f4f1ea; }
.aplus-sequence img { display: block; width: 100%; height: auto; }
.aplus-hero { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 520px; overflow: hidden; background: #16271f; color: white; }
.aplus-hero-copy { display: flex; justify-content: center; flex-direction: column; padding: clamp(42px, 7vw, 100px); }
.aplus-hero-copy > p, .story-lead > div > p { margin: 0 0 40px; font-size: 14px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.aplus-hero-copy h3, .story-lead h3 { margin: 0; font-size: clamp(44px, 5vw, 72px); letter-spacing: -.04em; line-height: .96; }
.aplus-hero-copy span, .story-lead > div > span { display: block; max-width: 470px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.55; }
.aplus-hero img { width: 100%; height: 100%; object-fit: cover; }
.aplus-graphite { background: #17191b; }
.aplus-orange { background: #151515; }
.aplus-features { display: grid; grid-template-columns: repeat(3, 1fr); }
.aplus-features article { background: #f4f4f2; }
.aplus-features article + article { border-left: 5px solid white; }
.aplus-features img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.aplus-features article > div { min-height: 220px; padding: 34px; }
.aplus-features span, .aplus-split span, .story-card > span { color: var(--product-accent); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.aplus-features h3, .aplus-split h3, .story-card h3 { margin: 20px 0 12px; font-size: 28px; line-height: 1.06; }
.aplus-features p, .aplus-split p, .story-card p { margin: 0; color: #565959; line-height: 1.55; }
.aplus-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.aplus-split img { width: 100%; height: 100%; object-fit: cover; }
.aplus-split > div { display: flex; justify-content: center; flex-direction: column; padding: clamp(42px, 7vw, 100px); background: #f7f7f5; }
.aplus-split h3 { max-width: 500px; font-size: clamp(40px, 4.5vw, 62px); }
.aplus-split p { max-width: 500px; margin-top: 18px; font-size: 17px; }
.story-track { display: grid; grid-template-columns: minmax(600px, 1.5fr) repeat(3, minmax(260px, .65fr)); gap: 14px; overflow-x: auto; padding: 0 32px 26px; scroll-snap-type: x mandatory; }
.story-track article { min-height: 430px; scroll-snap-align: start; }
.story-lead { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: #17382b; color: white; }
.story-lead > div { display: flex; justify-content: center; flex-direction: column; padding: 52px; }
.story-lead h3 { font-size: 44px; }
.story-lead img { width: 100%; height: 100%; object-fit: cover; }
.story-lead img.story-image-contain { object-fit: contain; padding: 34px; background: #fff; }
.brand-story-full { display: block; width: 100%; height: auto; }
.story-graphite { background: #1a1d20; }
.story-orange { background: #171717; }
.story-sand { background: #201d18; }
.story-card { padding: 42px 32px; border: 1px solid #ddd; background: white; }
.story-next { background: #f4f4f2; }
.story-next a { display: inline-block; margin-top: 110px; font-weight: 700; }
.sample-review { display: grid; width: min(1180px, calc(100% - 48px)); grid-template-columns: .5fr 1.5fr; gap: 80px; align-items: center; margin: 0 auto; padding: 100px 0; border-top: 1px solid #ddd; }
.sample-review > div:first-child > span { font-size: 72px; letter-spacing: -.05em; }
.sample-review > div:first-child p { color: #565959; font-size: 13px; }
.sample-review > div:last-child > p:last-child { max-width: 650px; color: #565959; font-size: 17px; line-height: 1.6; }
.product-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: center; padding: 42px 32px; background: var(--market-navy); color: #fff; font-size: 12px; }
.product-footer p { margin: 0; color: #b9c4cf; text-align: center; }
.product-footer > a:last-child { justify-self: end; color: #fff; font-weight: 700; }

@media (max-width: 1100px) {
  .package-card { padding: 38px 34px; }
  .product-layout { grid-template-columns: minmax(420px, 1fr) minmax(340px, .8fr); }
  .buy-box { grid-column: 2; }
  .gallery { grid-row: 1 / span 2; }
}

@media (max-width: 800px) {
  .market-topline { grid-template-columns: 1fr auto; }
  .market-search { grid-column: 1 / -1; grid-row: 2; }
  .market-links a:last-child { display: none; }
  .market-categories { overflow-x: auto; white-space: nowrap; }
  .demo-strip { display: block; text-align: center; line-height: 1.4; }
  .demo-strip span { display: block; }
  .product-layout { grid-template-columns: 1fr; width: calc(100% - 32px); }
  .gallery { position: static; grid-row: auto; }
  .buy-box { grid-column: auto; }
  .main-image-wrap { min-height: 380px; }
  .thumb { width: 56px; height: 56px; }
  .thumb-rail { gap: 7px; }
  .product-description, .sample-review { grid-template-columns: 1fr; gap: 48px; }
  .aplus-hero, .aplus-split { grid-template-columns: 1fr; }
  .aplus-hero img { max-height: 520px; }
  .aplus-features { grid-template-columns: 1fr; }
  .aplus-features article + article { border-top: 5px solid white; border-left: 0; }
  .aplus-features article { display: grid; grid-template-columns: .8fr 1.2fr; }
  .aplus-features img { height: 100%; aspect-ratio: auto; }
  .story-track { grid-template-columns: minmax(560px, 1.5fr) repeat(3, 270px); }
  .product-footer { grid-template-columns: 1fr; text-align: center; }
  .product-footer .market-brand, .product-footer > a:last-child { justify-self: center; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 0; }
  .sample-project-grid { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .sample-intro { padding: 132px 32px 80px; }
  .sample-title { font-size: 44px; }
  .sample-lead { font-size: 18px; }
  .sample-packages { padding: 72px 20px 110px; }
  .package-card { padding: 34px 26px; }
  .package-title-row { display: block; }
  .package-price { margin-top: 28px; }
  .sample-projects { margin-top: 84px; }
  .sample-card-image { padding: 22px; }
  .sample-method, .sample-cta { padding: 100px 32px; }
  .sample-method > h2, .sample-cta h2 { font-size: 40px; }
  .sample-method-grid { grid-template-columns: 1fr; margin-top: 56px; }
  .sample-method-grid article { grid-template-rows: auto 180px; }
  .sample-method-image { height: 180px; }
  .sample-method-grid h3 { margin-top: 28px; }
  .market-topline { padding: 10px 14px; }
  .market-brand small { display: none; }
  .market-links { font-size: 12px; }
  .breadcrumb { width: calc(100% - 32px); }
  .gallery { display: flex; flex-direction: column-reverse; }
  .thumb-rail { flex-direction: row; overflow-x: auto; padding: 4px; }
  .thumb { flex: 0 0 54px; }
  .main-image-wrap { min-height: auto; }
  .image-hint { display: none; }
  .product-copy h1 { font-size: 23px; }
  .detail-tabs { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .product-description { width: calc(100% - 40px); padding: 72px 0; }
  .product-description h2, .content-heading h2, .sample-review h2 { font-size: 38px; }
  .aplus, .brand-story { padding: 64px 0; }
  .content-heading { padding: 0 20px 28px; }
  .aplus-hero-copy { padding: 54px 28px; }
  .aplus-hero-copy h3 { font-size: 44px; }
  .aplus-features article { grid-template-columns: 1fr; }
  .aplus-features article > div { min-height: 0; }
  .aplus-split { min-height: 0; }
  .aplus-split > div { padding: 58px 28px; }
  .story-track { grid-template-columns: 84vw repeat(3, 76vw); padding: 0 20px 22px; }
  .story-lead { grid-template-columns: 1fr; }
  .story-lead > div { padding: 40px 28px; }
  .story-lead img { max-height: 270px; }
  .story-lead h3 { font-size: 36px; }
  .sample-review { width: calc(100% - 40px); padding: 72px 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
